aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
Commit message (Collapse)AuthorAge
* Trim spaces.Nicholas Marriott2009-01-10
|
* Build array of codes, stop using ncurses global variables and push ncurses ↵Nicholas Marriott2009-01-09
| | | | crap into tty-term.c.
* When I wrote this I somehow forgot that the cursor could helpfully sit at sxNicholas Marriott2009-01-08
| | | | | (one character off the right of the screen), so there are several out-of-bounds issues. Add some additional checking.
* Don't return NULL when retrieving a string that is too long.Nicholas Marriott2009-01-08
|
* Don't die when backspacing off the edge of the screen, reported by David ↵Nicholas Marriott2009-01-06
| | | | Chisnall..
* Some tweaks found by LLVM courtesy of IcePic.Nicholas Marriott2009-01-05
|
* Make window options work the same was as session options, add ↵Nicholas Marriott2008-12-08
| | | | mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
* Ooops. Check the right value.Nicholas Marriott2008-11-12
|
* Trim.Nicholas Marriott2008-09-26
|
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
|
* Initial UTF-8 support.Nicholas Marriott2008-09-09
|
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits ↵Nicholas Marriott2008-09-08
| | | | (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/.
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
|
* Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these ↵Nicholas Marriott2008-07-24
| | | | separately but forgot :-/.
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
|
* Set window title to current session. New options set-titles to disable.Nicholas Marriott2008-06-18
|
* Revert attempt to fix stray updates, turns out it was clock :-/.Nicholas Marriott2008-06-04
|
* vi keys from Will Maier.Nicholas Marriott2008-06-04
|
* Use the right function...Nicholas Marriott2007-12-06
|
* Another redraw bugs.Nicholas Marriott2007-12-06
|
* Screen debugging.Nicholas Marriott2007-12-06
|
* Redraw buglets.Nicholas Marriott2007-12-06
|
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06