changeset 174:b010f9dc801f

add switch session command from the monitor
author Carl Byington <carl@five-ten-sg.com>
date Tue, 01 Jul 2014 20:53:08 -0700
parents 5f26d0ba6abd
children 2a7199ad90be
files src/com/five_ten_sg/connectbot/service/TerminalMonitor.java
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java	Tue Jul 01 20:50:35 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java	Tue Jul 01 20:53:08 2014 -0700
@@ -20,6 +20,10 @@
 import java.util.concurrent.BlockingQueue;
 import java.util.concurrent.ConcurrentHashMap;
 
+import com.five_ten_sg.connectbot.ConsoleActivity;
+import com.five_ten_sg.connectbot.bean.HostBean;
+
+
 public class TerminalMonitor {
     public final static String TAG = "ConnectBot.TerminalMonitor";
 
@@ -42,6 +46,7 @@
     private Context             parent       = null;
     private vt320               buffer       = null;
     private View                view         = null;
+    private HostBean            host         = null;
     private String              init         = null;
     private int                 start_line   = 0;       // monitor part of the screen for changes
     private int                 end_line     = 500;     // ""