Mercurial > 510Connectbot
comparison src/org/tn5250j/framework/tn5250/Screen5250.java @ 183:97848d5dd28f
automatic reset to clear error codes on next keystroke
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 02 Jul 2014 14:07:03 -0700 |
parents | 695d0206eedb |
children | cdaaa53b5eca |
comparison
equal
deleted
inserted
replaced
182:47412afe78dd | 183:97848d5dd28f |
---|---|
1 /** | 1 /* |
2 * Title: Screen5250.java | 2 * Title: Screen5250.java |
3 * Copyright: Copyright (c) 2001 - 2004 | 3 * Copyright: Copyright (c) 2001 - 2004 |
4 * Company: | 4 * Company: |
5 * @author Kenneth J. Pouncey | 5 * @author Kenneth J. Pouncey |
6 * @version 0.5 | 6 * @version 0.5 |
84 private final static int ERR_FIELD_EXIT_INVALID = 0x18; | 84 private final static int ERR_FIELD_EXIT_INVALID = 0x18; |
85 private final static int ERR_ENTER_NO_ALLOWED = 0x20; | 85 private final static int ERR_ENTER_NO_ALLOWED = 0x20; |
86 private final static int ERR_MANDITORY_ENTER = 0x21; | 86 private final static int ERR_MANDITORY_ENTER = 0x21; |
87 | 87 |
88 private boolean guiInterface = false; | 88 private boolean guiInterface = false; |
89 private boolean resetRequired = true; | 89 private boolean resetRequired = false; |
90 private boolean backspaceError = true; | 90 private boolean backspaceError = true; |
91 private boolean feError; | 91 private boolean feError; |
92 | 92 |
93 // Operator Information Area | 93 // Operator Information Area |
94 private ScreenOIA oia; | 94 private ScreenOIA oia; |