Changeset 3559 for libcaca/trunk/caca/string.c
- Timestamp:
- 07/20/09 21:32:37 (4 years ago)
- File:
-
- 1 edited
-
libcaca/trunk/caca/string.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/string.c
r3556 r3559 54 54 int caca_gotoxy(caca_canvas_t *cv, int x, int y) 55 55 { 56 /* FIXME Not needed if cursor is invisible */ 57 caca_add_dirty_rect(cv, cv->frames[cv->frame].x, cv->frames[cv->frame].y, 1, 1); 58 caca_add_dirty_rect(cv, x, y, 1, 1); 59 56 60 cv->frames[cv->frame].x = x; 57 61 cv->frames[cv->frame].y = y;
Note: See TracChangeset
for help on using the changeset viewer.
