Mercurial > 510Connectbot
changeset 150:83bb2734b14c
more setfield testing
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 23 Jun 2014 08:08:51 -0700 |
parents | eff82d6c11d9 |
children | 026f5b85bd63 |
files | src/com/five_ten_sg/connectbot/transport/TN5250.java xml/510connectbot.in |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/com/five_ten_sg/connectbot/transport/TN5250.java Sun Jun 22 13:04:37 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/transport/TN5250.java Mon Jun 23 08:08:51 2014 -0700 @@ -176,6 +176,10 @@ setField(-1, -1, new char[] { '6', '5' }); return; } + if (b == 122) { + // special case z for testing + setField(17, 40, new char[0]); + } if (controls.containsKey(b)) keyPressed(controls.get(b), ' ', 0); else screen52.sendKeys(new String(new byte[] {(byte)b})); }
--- a/xml/510connectbot.in Sun Jun 22 13:04:37 2014 -0700 +++ b/xml/510connectbot.in Mon Jun 23 08:08:51 2014 -0700 @@ -24,7 +24,7 @@ <refentry id="x@PACKAGE@.1"> <refentryinfo> - <date>2014-06-14</date> + <date>2014-06-22</date> <author> <firstname>Carl</firstname> <surname>Byington</surname> @@ -73,7 +73,7 @@ <para> For every terminal session (local, telnet, ssh or tn5250), this terminal emulator also makes a connection to a terminal monitor - process, which can see keystrokes and screen contents, and can + process, which can see cursor movement and screen contents, and can inject characters to send to the host. </para>