diff src/com/five_ten_sg/connectbot/service/TerminalKeyListener.java @ 51:8c6de858bb73 tn5250

start tn5250 integration
author Carl Byington <carl@five-ten-sg.com>
date Wed, 11 Jun 2014 11:54:52 -0700
parents 2cd3d8091e37
children 0e3fc85d0586
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/service/TerminalKeyListener.java	Wed Jun 11 11:50:25 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/service/TerminalKeyListener.java	Wed Jun 11 11:54:52 2014 -0700
@@ -80,18 +80,18 @@
     public final static int META_TRANSIENT = META_CTRL_ON | META_ALT_ON
             | META_SHIFT_ON;
 
-    private final TerminalManager manager;
-    private final TerminalBridge bridge;
-    private final vt320 buffer;
-    private       String encoding;
+    protected final TerminalManager manager;
+    protected final TerminalBridge bridge;
+    protected final vt320 buffer;
+    protected       String encoding;
 
-    private   String  keymode = null;
+    protected String  keymode = null;
     protected boolean hardKeyboard = false;
     protected boolean hardKeyboardHidden;
-    private   String  customKeyboard = null;
+    protected String  customKeyboard = null;
 
-    private int metaState = 0;
-    private int mDeadKey = 0;
+    protected int metaState = 0;
+    private   int mDeadKey  = 0;
 
     // TODO add support for the new API.
     private ClipboardManager clipboard = null;
@@ -884,7 +884,7 @@
         return Charset.forName(encoding);
     }
 
-    private void ctrlKeySpecial() {
+    protected void ctrlKeySpecial() {
         if (selectingForCopy) {
             if (selectionArea.isSelectingOrigin())
                 selectionArea.finishSelectingOrigin();