comparison src/de/mud/terminal/vt320.java @ 45:80dcebe51af2 tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Wed, 11 Jun 2014 09:54:18 -0700
parents 9621ac4dd5eb
children e872762ec105
comparison
equal deleted inserted replaced
44:959ebe0247b5 45:80dcebe51af2
36 * 36 *
37 * @version $Id: vt320.java 507 2005-10-25 10:14:52Z marcus $ 37 * @version $Id: vt320.java 507 2005-10-25 10:14:52Z marcus $
38 * @author Matthias L. Jugel, Marcus Meißner 38 * @author Matthias L. Jugel, Marcus Meißner
39 */ 39 */
40 public abstract class vt320 extends VDUBuffer implements VDUInput { 40 public abstract class vt320 extends VDUBuffer implements VDUInput {
41
42 /** The current version id tag.<P>
43 * $Id: vt320.java 507 2005-10-25 10:14:52Z marcus $
44 *
45 */
46 public final static String ID = "$Id: vt320.java 507 2005-10-25 10:14:52Z marcus $";
47 41
48 /** the debug level */ 42 /** the debug level */
49 private final static int debug = 0; 43 private final static int debug = 0;
50 private StringBuilder debugStr; 44 private StringBuilder debugStr;
51 public abstract void debug(String notice); 45 public abstract void debug(String notice);