Mercurial > 510Connectbot
comparison src/org/tn5250j/framework/tn5250/tnvt.java @ 218:2bdc413623b2
test buffer changed when 5250 keyboard unlocks
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 08 Jul 2014 10:35:14 -0700 |
parents | 1048515a2852 |
children | c438c2ff0052 |
comparison
equal
deleted
inserted
replaced
217:1048515a2852 | 218:2bdc413623b2 |
---|---|
1011 Log.d(TAG, "Invite Operation"); | 1011 Log.d(TAG, "Invite Operation"); |
1012 parseIncoming(); | 1012 parseIncoming(); |
1013 pendingUnlock = true; | 1013 pendingUnlock = true; |
1014 cursorOn = true; | 1014 cursorOn = true; |
1015 setInvited(); | 1015 setInvited(); |
1016 buffer.testChanged(); | |
1017 break; | 1016 break; |
1018 | 1017 |
1019 case 2: | 1018 case 2: |
1020 Log.d(TAG, "Output Only"); | 1019 Log.d(TAG, "Output Only"); |
1021 parseIncoming(); | 1020 parseIncoming(); |
1024 | 1023 |
1025 case 3: | 1024 case 3: |
1026 Log.d(TAG, "Put/Get Operation"); | 1025 Log.d(TAG, "Put/Get Operation"); |
1027 parseIncoming(); | 1026 parseIncoming(); |
1028 setInvited(); | 1027 setInvited(); |
1029 buffer.testChanged(); | |
1030 | 1028 |
1031 if (!firstScreen) { | 1029 if (!firstScreen) { |
1032 firstScreen = true; | 1030 firstScreen = true; |
1033 //controller.fireSessionChanged(TN5250jConstants.STATE_CONNECTED); | 1031 //controller.fireSessionChanged(TN5250jConstants.STATE_CONNECTED); |
1034 } | 1032 } |
1113 } | 1111 } |
1114 | 1112 |
1115 if (cursorOn && !screen52.getOIA().isKeyBoardLocked()) { | 1113 if (cursorOn && !screen52.getOIA().isKeyBoardLocked()) { |
1116 screen52.setCursorActive(true); | 1114 screen52.setCursorActive(true); |
1117 cursorOn = false; | 1115 cursorOn = false; |
1116 buffer.testChanged(); | |
1118 } | 1117 } |
1119 | 1118 |
1120 } | 1119 } |
1121 } | 1120 } |
1122 | 1121 |