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