summaryrefslogtreecommitdiffstats
path: root/input.c
AgeCommit message (Expand)Author
2010-04-18Sync OpenBSD patchset 683:Tiago Cunha
2010-03-15New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott
2010-02-08Sync OpenBSD patchset 642:Tiago Cunha
2010-01-08Sync OpenBSD patchset 599:Tiago Cunha
2009-12-16Sync OpenBSD patchset 589:Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-11-28Sync OpenBSD patchset 574:Tiago Cunha
2009-11-08Sync OpenBSD patchset 498:Tiago Cunha
2009-10-28Sync OpenBSD patchset 467:Tiago Cunha
2009-10-25Sync OpenBSD patchset 441:Tiago Cunha
2009-10-23Sync OpenBSD patchset 424:Tiago Cunha
2009-10-23Sync OpenBSD patchset 421:Tiago Cunha
2009-10-15Sync OpenBSD patchset 408:Tiago Cunha
2009-10-15Sync OpenBSD patchset 400:Tiago Cunha
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