aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
Commit message (Collapse)AuthorAge
...
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
|
* Unused variable.Nicholas Marriott2008-06-18
|
* Informational messages on window option changes.Nicholas Marriott2008-06-16
|
* I'm an idiot - it is start,len not start,end. Unbreak.Nicholas Marriott2008-06-14
|
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
| | | | | | | | | an arbitrary width and height (0 for the default unlimited). This is neat for emacs which doesn't have a sensible way to force hard wrapping at 80 columns. Also, don't try to be clever and use clr_eol when redrawing the whole screen, it causes trouble since the redraw functions are used to draw the blank areas too.
* Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott2008-06-14
|
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
|
* This was wrong...Nicholas Marriott2008-01-03
|
* Write status across entire line.Nicholas Marriott2008-01-03
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06