Changeset 3596
- Timestamp:
- 07/31/09 02:01:32 (4 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/caca/caca_conio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/caca_conio.c
r3595 r3596 66 66 67 67 caca_clear_canvas(cv); 68 caca_gotoxy(cv, 0, 0); 68 69 69 70 conio_refresh(); … … 153 154 int caca_conio_getche(void) 154 155 { 155 conio_init(); 156 157 /* TODO: implement this function */ 158 159 return 0; 156 /* conio_init() is called here. */ 157 int tmp = caca_conio_getch(); 158 /* conio_refresh() is called here. */ 159 caca_conio_printf("%c", tmp); 160 161 return tmp; 160 162 } 161 163
Note: See TracChangeset
for help on using the changeset viewer.
