Mercurial > 510Connectbot
comparison src/com/five_ten_sg/connectbot/service/TerminalMonitor.java @ 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 |
comparison
equal
deleted
inserted
replaced
172:cb9e359ea2bd | 173:5f26d0ba6abd |
---|---|
129 if (packet.length > 1) | 129 if (packet.length > 1) |
130 showUrl(packet, 1); | 130 showUrl(packet, 1); |
131 | 131 |
132 break; | 132 break; |
133 | 133 |
134 case MONITOR_CMD_SHOWURL: | 134 case MONITOR_CMD_SWITCHSESSION: |
135 if (packet.length == 1) | 135 if (packet.length == 1) |
136 switchSession(); | 136 switchSession(); |
137 | 137 |
138 break; | 138 break; |
139 | 139 |