Changeset 3965


Ignore:
Timestamp:
11/19/09 15:47:05 (4 years ago)
Author:
jylam
Message:
  • Fixed 'Erase In Page' command to clear last line (unix 'clear' command is now correct)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/term.c

    r3959 r3965  
    442442                { 
    443443                    //x = y = 0; 
    444                     caca_fill_box(sc->cv, 0, 0, width, height - 1, ' '); 
     444                    caca_fill_box(sc->cv, 0, 0, width, height, ' '); 
    445445                } 
    446446                caca_set_attr(sc->cv, savedattr); 
Note: See TracChangeset for help on using the changeset viewer.