Mercurial > 510Connectbot
diff src/org/tn5250j/framework/tn5250/tnvt.java @ 32:b086dd794dba tn5250
start tn5250 integration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 10 Jun 2014 13:31:30 -0700 |
parents | 017eeed8332c |
children | 0395ca628303 |
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/tnvt.java Tue Jun 10 12:00:07 2014 -0700 +++ b/src/org/tn5250j/framework/tn5250/tnvt.java Tue Jun 10 13:31:30 2014 -0700 @@ -990,7 +990,7 @@ // Search for the command i.e. the first token in the stream // after the #! sequence separated by a space from the rest // of the screen. - char[] screen = screen52.getScreenAsAllChars(); + char[] screen = screen52.getScreenAsChars(); for (int s = STRSCAN + 2, i = s; i < screen.length; i++) { if (screen[i] == ' ') { String command = new String(screen, s, i - s);