aboutsummaryrefslogtreecommitdiff
path: root/input.c
Commit message (Expand)AuthorAge
* Sync OpenBSD patchset 155:Tiago Cunha2009-07-22
* Support "alternate screen" mode (terminfo smcup/rmcup) typically used by fullNicholas Marriott2009-07-14
* Restore $Id$ and add script to do so.Nicholas Marriott2009-06-25
* Implement the CBT (backward tab) sequence (\033[Z).Nicholas Marriott2009-06-25
* Proper support for tab stops (\033H etc), using a bitstring(3). Makes anotherNicholas Marriott2009-06-25
* Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actuallyNicholas Marriott2009-06-25
* Oops, CAN and SUB should abort the sequence (return to first state), not remainNicholas Marriott2009-06-25
* More input compatibility love. Support C0 within escape sequences, and the C0Nicholas Marriott2009-06-25
* Implement the DEC alignment test. With the last change this is enough for theNicholas Marriott2009-06-25
* Pass window titles through vis(1). <0x20 is dropped anyway by the input stateNicholas Marriott2009-06-25
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* Support NEL.Nicholas Marriott2009-04-23
* Better UTF-8 support, including combined characters. Unicode data is now storedNicholas Marriott2009-03-28
* Step 2 of the Grand Plan To Make UTF-8 Better.Nicholas Marriott2009-03-28
* Unbreak UTF-8.Nicholas Marriott2009-01-18
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Trim spaces.Nicholas Marriott2009-01-10
* Don't return NULL when retrieving a string that is too long.Nicholas Marriott2009-01-08
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Ability to show window title on status line.Nicholas Marriott2008-12-05
* Disable UTF-8 by default and add options to enable it.Nicholas Marriott2008-11-16
* Record intermediate for p2/s2 and fake up charset redefinition (some programs...Nicholas Marriott2008-11-04
* This breaks mutt.Nicholas Marriott2008-11-04
* Alternative charset commands.Nicholas Marriott2008-11-04
* Better OSC support for title setting, and support APC as well.Nicholas Marriott2008-10-09
* SGR should not reset charset... don't know how this worked before...Nicholas Marriott2008-09-26
* Make RIS also reset scroll region.Nicholas Marriott2008-09-26
* 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
* Unbreak 256 colours when commands are combined.Nicholas Marriott2008-09-09
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott2008-09-08
* Comments.Nicholas Marriott2008-09-08
* Get the colours right.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
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
* Missing NULL check.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
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
* Fix charset stuff.Nicholas Marriott2007-12-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
* Preliminary mouse support.Nicholas Marriott2007-11-27
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
* Clear current line properly on clear eos.Nicholas Marriott2007-11-27
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27