Changeset 3966 for neercs/trunk
- Timestamp:
- Nov 19, 2009, 3:51:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/term.c
r3965 r3966 663 663 caca_set_attr(sc->cv, sc->clearattr); 664 664 caca_fill_box(sc->cv, 0, bottom - lines, 665 width - 1, bottom - 1, ' ');665 width, bottom - 1, ' '); 666 666 y -= lines; 667 667 caca_set_attr(sc->cv, savedattr);
Note: See TracChangeset
for help on using the changeset viewer.