changeset 173:5f26d0ba6abd

add switch session command from the monitor
author Carl Byington <carl@five-ten-sg.com>
date Tue, 01 Jul 2014 20:50:35 -0700
parents cb9e359ea2bd
children b010f9dc801f
files src/com/five_ten_sg/connectbot/service/TerminalMonitor.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java	Tue Jul 01 20:07:12 2014 -0700
+++ b/src/com/five_ten_sg/connectbot/service/TerminalMonitor.java	Tue Jul 01 20:50:35 2014 -0700
@@ -131,7 +131,7 @@
 
                             break;
 
-                        case MONITOR_CMD_SHOWURL:
+                        case MONITOR_CMD_SWITCHSESSION:
                             if (packet.length == 1)
                                 switchSession();