Changeset 11 for trunk/txlib/txcon3.c
- Timestamp:
- 05/09/06 22:21:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/txlib/txcon3.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/txlib/txcon3.c
r1 r11 62 62 int ll; // real max line length 63 63 int lines; // nr of lines 64 SCREEN_STATE sa = TxScreenState(SCREEN_TEST);64 DEVICE_STATE sa = TxScreenState(DEVICE_TEST); 65 65 66 66 if ((ll = TxScreenCols() -12) < 20) // ScreenCols will be 0 if … … 70 70 if ((txwa->desktop != NULL) && (!TxaExeSwitch('p'))) 71 71 { 72 TxScreenState( SCREEN_OFF); // no regular text if windowed72 TxScreenState(DEVICE_OFF); // no regular text if windowed 73 73 } // and not 'pedantic mode' 74 74 else 75 75 { 76 TxScreenState( SCREEN_ON); // force screen on for input76 TxScreenState(DEVICE_ON); // force screen on for input 77 77 } 78 78 va_start(varargs, fmt);