changeset 167:9000d274d470 stable-1.8.1

add ctrl keys for attn and sysreq
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Jun 2014 12:47:22 -0700
parents 9d6b581b4656
children b2853cd674dc
files src/de/mud/terminal/vt320.java
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/de/mud/terminal/vt320.java	Tue Jun 24 12:46:23 2014 -0700
+++ b/src/de/mud/terminal/vt320.java	Tue Jun 24 12:47:22 2014 -0700
@@ -759,7 +759,6 @@
     public final static int KEY_ADD     = 42;
     public final static int KEY_ESCAPE  = 43;
     public final static int KEY_TAB     = 44;
-    public final static int KEY_TAB     = 44;
     public final static int KEY_SYSREQ  = 45;   // only used by tn5250
 
     public final static int DELETE_IS_DEL = 0;