comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 111:6a0ad4d384ea

add debugging for function keys
author Carl Byington <carl@five-ten-sg.com>
date Wed, 18 Jun 2014 13:00:19 -0700
parents ae3092cd9cbf
children 77ac18bc1b2f
comparison
equal deleted inserted replaced
110:8ac79084875b 111:6a0ad4d384ea
934 * 934 *
935 * @see #sendAid 935 * @see #sendAid
936 * 936 *
937 */ 937 */
938 public synchronized void sendKeys(String text) { 938 public synchronized void sendKeys(String text) {
939 939 Log.d(TAG, "sendKeys() " + text);
940 this.keybuf.append(text); 940 this.keybuf.append(text);
941 941
942 if (isStatusErrorCode() && !resetRequired) { 942 if (isStatusErrorCode() && !resetRequired) {
943 setCursorActive(false); 943 setCursorActive(false);
944 simulateMnemonic(getMnemonicValue("[reset]")); 944 simulateMnemonic(getMnemonicValue("[reset]"));