aboutsummaryrefslogtreecommitdiff
path: root/screen.c
Commit message (Expand)AuthorAge
* Trim spaces.Nicholas Marriott2009-01-10
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Clear correct range.Nicholas Marriott2008-10-09
* Shut gcc up.Nicholas Marriott2008-09-29
* UINT_MAX.Nicholas Marriott2008-09-29
* Trim.Nicholas Marriott2008-09-26
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
* Rename some functions.Nicholas Marriott2008-09-10
* Split colour functions from screen.Nicholas Marriott2008-09-10
* Initial UTF-8 support.Nicholas Marriott2008-09-09
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott2008-09-08
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
* Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separa...Nicholas Marriott2008-07-24
* These flags are off by default.Nicholas Marriott2008-07-24
* Handle kcursor+kkeypad (switch to OA from [A).Nicholas Marriott2008-07-24
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
* Trimify.Nicholas Marriott2008-06-18
* Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott2008-06-14
* Per-session configuration options.Nicholas Marriott2008-06-03
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
* Filling with the right attr should be done in screen-display.c.Nicholas Marriott2007-12-06
* Use the current attr/colours for filling in new areas, this fixes the echo \\...Nicholas Marriott2007-12-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* The tty code already stores attributes and doesn't modify them if unaltered, ...Nicholas Marriott2007-12-02
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
* Turn mouse on/off as appropriate.Nicholas Marriott2007-11-28
* Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott2007-11-27
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* This is better than disabling it.Nicholas Marriott2007-11-26
* Rv EOL optimisation, it screws up selection.Nicholas Marriott2007-11-26
* Disable this optimisation since cursor can be updated by stuff outside.Nicholas Marriott2007-11-25
* Oops, use correct y.Nicholas Marriott2007-11-25
* Redo output logging in local.c. Optimise line drawing.Nicholas Marriott2007-11-25
* Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don'...Nicholas Marriott2007-11-24
* Use screen_draw_* to write message, avoids leaving attribute changes around.Nicholas Marriott2007-11-24
* Only show history size.Nicholas Marriott2007-11-23
* history-limit option.Nicholas Marriott2007-11-23
* Tidier code by moving mess into functions.Nicholas Marriott2007-11-22
* Make C-space toggle. Fix sel on same line.Nicholas Marriott2007-11-22
* Text selection with C-space.Nicholas Marriott2007-11-22
* Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott2007-11-22
* Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy...Nicholas Marriott2007-11-22
* Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott2007-11-21
* Free entire screen when destroyed.Nicholas Marriott2007-11-21
* Sort out cursors with a new flag - BACKGROUND - for window modes. Free text o...Nicholas Marriott2007-11-21
* Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott2007-11-21
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
* Move from the right place.Nicholas Marriott2007-11-21
* Use screen_* versions to avoid range checks (s->dy may be wrong), fix miscalc...Nicholas Marriott2007-11-21