summaryrefslogtreecommitdiffstats
path: root/input.c
AgeCommit message (Expand)Author
2011-05-22Sync OpenBSD patchset 916:Tiago Cunha
2011-05-22Sync OpenBSD patchset 915:Tiago Cunha
2011-03-19Sync OpenBSD patchset 866:Tiago Cunha
2011-03-19Sync OpenBSD patchset 864:Tiago Cunha
2011-02-15Sync OpenBSD patchset 857:Tiago Cunha
2011-01-21Sync OpenBSD patchset 845:Tiago Cunha
2011-01-07Sync OpenBSD patchset 828:Tiago Cunha
2010-12-30Sync OpenBSD patchset 812:Tiago Cunha
2010-12-25Sync OpenBSD patchset 807:Tiago Cunha
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
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