Mercurial > 510Connectbot
comparison src/org/tn5250j/framework/tn5250/tnvt.java @ 390:d26faad31533
test buffer changed when 5250 keyboard unlocks
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 16 Sep 2014 11:11:15 -0700 |
parents | 29076621bab0 |
children | 7ac1a0b02f44 |
comparison
equal
deleted
inserted
replaced
389:f715ad45ce01 | 390:d26faad31533 |
---|---|
1103 } | 1103 } |
1104 | 1104 |
1105 if (pendingUnlock && !screen52.isStatusErrorCode()) { | 1105 if (pendingUnlock && !screen52.isStatusErrorCode()) { |
1106 screen52.getOIA().setKeyBoardLocked(false); | 1106 screen52.getOIA().setKeyBoardLocked(false); |
1107 pendingUnlock = false; | 1107 pendingUnlock = false; |
1108 buffer.testChanged(); | |
1108 } | 1109 } |
1109 | 1110 |
1110 if (cursorOn && !screen52.getOIA().isKeyBoardLocked()) { | 1111 if (cursorOn && !screen52.getOIA().isKeyBoardLocked()) { |
1111 screen52.setCursorActive(true); | 1112 screen52.setCursorActive(true); |
1112 cursorOn = false; | 1113 cursorOn = false; |
1113 buffer.testChanged(); | |
1114 } | 1114 } |
1115 } | 1115 } |
1116 } | 1116 } |
1117 | 1117 |
1118 public void dumpStuff() { | 1118 public void dumpStuff() { |