Changeset 1314
- Timestamp:
- 09/04/11 22:50:36 (21 months ago)
- File:
-
- 1 edited
-
trunk/lib/ubasic/ubasic.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/ubasic/ubasic.c
r1221 r1314 1479 1479 } 1480 1480 /*---------------------------------------------------------------------------*/ 1481 //static void set_console_autoredraw(void)1482 //{1483 //accept(TOKENIZER_SET_CONSOLE_AUTOREDRAW);1484 //console_set_autoredraw(expr());1485 //accept_cr();1486 //}1481 static void set_console_autoredraw(void) 1482 { 1483 accept(TOKENIZER_SET_CONSOLE_AUTOREDRAW); 1484 console_set_autoredraw(expr()); 1485 accept_cr(); 1486 } 1487 1487 /*---------------------------------------------------------------------------*/ 1488 1488 static void console_redraw_statement(void) … … 2193 2193 set_capture_mode_canon_statement(); 2194 2194 break; 2195 case TOKENIZER_SET_CONSOLE_LAYOUT: 2196 set_console_layout(); 2197 break; 2198 case TOKENIZER_SET_CONSOLE_AUTOREDRAW: 2199 set_console_autoredraw(); 2200 break; 2195 2201 case TOKENIZER_CONSOLE_REDRAW: 2196 2202 console_redraw_statement();
Note: See TracChangeset
for help on using the changeset viewer.