summaryrefslogtreecommitdiffstats
path: root/input.c
AgeCommit message (Expand)Author
2009-08-21Sync OpenBSD patchset 281:Tiago Cunha
2009-08-20Sync OpenBSD patchset 280:Tiago Cunha
2009-08-20Sync OpenBSD patchset 275:Tiago Cunha
2009-08-19Didn't mean to commit this stuff.Nicholas Marriott
2009-08-19This is a better fix for OS X stupidity.Nicholas Marriott
2009-08-09Sync OpenBSD patchset 227:Tiago Cunha
2009-08-09Sync OpenBSD patchset 223:Tiago Cunha
2009-07-22Sync OpenBSD patchset 155:Tiago Cunha
2009-07-14Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Implement the CBT (backward tab) sequence (\033[Z).Nicholas Marriott
2009-06-25Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott
2009-06-25Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actuallyNicholas Marriott
2009-06-25Oops, CAN and SUB should abort the sequence (return to first state), not remainNicholas Marriott
2009-06-25More input compatibility love. Support C0 within escape sequences, and the C0Nicholas Marriott
2009-06-25Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott
2009-06-25Pass window titles through vis(1). <0x20 is dropped anyway by the input stateNicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-23Support NEL.Nicholas Marriott
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-01-18Unbreak UTF-8.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2009-01-08Don't return NULL when retrieving a string that is too long.Nicholas Marriott
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-12-05Ability to show window title on status line.Nicholas Marriott
2008-11-16Disable UTF-8 by default and add options to enable it.Nicholas Marriott
2008-11-04Record intermediate for p2/s2 and fake up charset redefinition (some programs...Nicholas Marriott
2008-11-04This breaks mutt.Nicholas Marriott
2008-11-04Alternative charset commands.Nicholas Marriott
2008-10-09Better OSC support for title setting, and support APC as well.Nicholas Marriott
2008-09-26SGR should not reset charset... don't know how this worked before...Nicholas Marriott
2008-09-26Make RIS also reset scroll region.Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-09-09Unbreak 256 colours when commands are combined.Nicholas Marriott
2008-09-08Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott
2008-09-08Comments.Nicholas Marriott
2008-09-08Get the colours right.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-23Support keypad. Change cursor key output.Nicholas Marriott
2008-06-18Missing NULL check.Nicholas Marriott
2008-06-04Revert attempt to fix stray updates, turns out it was clock :-/.Nicholas Marriott
2008-06-04vi keys from Will Maier.Nicholas Marriott
2008-06-04Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott