summaryrefslogtreecommitdiffstats
path: root/input.c
AgeCommit message (Expand)Author
2011-07-08Sync OpenBSD patchset 933:Tiago Cunha
2011-07-08Fix a couple of comments.Nicholas Marriott
2011-05-22Sync OpenBSD patchset 916:Tiago Cunha
2011-05-22Sync OpenBSD patchset 915:Tiago Cunha
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
2011-03-19Sync OpenBSD patchset 866:Tiago Cunha
2011-03-19Sync OpenBSD patchset 864:Tiago Cunha
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
2011-03-03Fix a typo that meant we did not reset the background colour when it wasNicholas Marriott
2011-02-15Sync OpenBSD patchset 857:Tiago Cunha
2011-01-28Use input_clear to reset the APC, DCS, OSC state or it could be reusedNicholas Marriott
2011-01-21Sync OpenBSD patchset 845:Tiago Cunha
2011-01-15Mouse highlight mode (1001) requires a program to cooperate soNicholas Marriott
2011-01-07Sync OpenBSD patchset 828:Tiago Cunha
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2010-12-30Sync OpenBSD patchset 812:Tiago Cunha
2010-12-29Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott
2010-12-25Sync OpenBSD patchset 807:Tiago Cunha
2010-12-23Style tweaks.Nicholas Marriott
2010-12-06Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott
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-04-17Fix typo in escape state table leading to fatal() when \033} or \033~Nicholas Marriott
2010-03-22New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott
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-02-08Add an option to disable the smcup/rmcup alternate screen behaviour insideNicholas Marriott
2010-01-08Sync OpenBSD patchset 599:Tiago Cunha
2010-01-06Correctly clear 256-colour flag for aixterm colours.Nicholas Marriott
2009-12-16Sync OpenBSD patchset 589:Tiago Cunha
2009-12-14Pass through the aixterm bright colours if the terminal supports them (>= 16Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 574:Tiago Cunha
2009-11-27Add a couple of comments.Nicholas Marriott
2009-11-08Sync OpenBSD patchset 498:Tiago Cunha
2009-11-04Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott
2009-10-28Sync OpenBSD patchset 467:Tiago Cunha
2009-10-26tabs are better; ok nicmTheo Deraadt
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-23Support the bright fg/bg colour SGR 90-97 and 100-107.Nicholas Marriott
2009-10-20%zu not %u, doh.Nicholas Marriott
2009-10-20Try to reduce the UTF-8 mess.Nicholas Marriott
2009-10-15Sync OpenBSD patchset 408:Tiago Cunha
2009-10-15Sync OpenBSD patchset 400:Tiago Cunha
2009-10-13Handle DECCOLM by just emulating its side-effect of clearing the screen.Nicholas Marriott
2009-10-12When backspace is received at the beginning of a line and the previous line wasNicholas Marriott