summaryrefslogtreecommitdiffstats
path: root/input-keys.c
AgeCommit message (Expand)Author
2012-11-27Support middle-click paste, based on a diff from Ailin Nemui.Nicholas Marriott
2012-10-26Merge branch 'obsd-master'Thomas Adam
2012-10-26Make mouse event structure clearer by defining events (up, click, drag)Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-05-12Sync OpenBSD patchset 1110:Tiago Cunha
2012-05-05Only enter copy mode on scroll up, from Ailin Nemui.Nicholas Marriott
2012-04-10Sync OpenBSD patchset 1088:Tiago Cunha
2012-04-01Simplify mouse input function.Nicholas Marriott
2011-08-04Sync OpenBSD patchset 941:Tiago Cunha
2011-07-30Extend the mode-mouse option to add a third choice which means the mouseNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2011-04-25Sync OpenBSD patchset 896:Tiago Cunha
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas 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
2011-01-03Sync OpenBSD patchset 824:Tiago Cunha
2011-01-01Last few tables that should be const.Nicholas 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-09-07Solaris 9 has no stdint.h, ugh. Reported by a couple of people mostNicholas 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 562:Tiago Cunha
2009-11-25Output the right keys for application and number keypad modes (they were theNicholas Marriott
2009-11-10Sync OpenBSD patchset 525:Tiago Cunha
2009-11-10Don't output rxvtisms either.Nicholas Marriott
2009-11-08Sync OpenBSD patchset 502:Tiago Cunha
2009-11-08Sync OpenBSD patchset 498:Tiago Cunha
2009-11-04It would help if I read my own comments... make alt keys work again by sendingNicholas Marriott
2009-11-04Convert the window pane (pty master side) fd over to use a bufferevent.Nicholas Marriott
2009-10-28Sync OpenBSD patchset 460:Tiago Cunha
2009-10-28Sync OpenBSD patchset 459:Tiago Cunha
2009-10-28Sync OpenBSD patchset 457:Tiago Cunha
2009-10-28Sync OpenBSD patchset 456:Tiago Cunha
2009-10-28Sync OpenBSD patchset 453:Tiago Cunha
2009-10-28Sync OpenBSD patchset 452:Tiago Cunha
2009-10-28Sync OpenBSD patchset 451:Tiago Cunha
2009-10-28Sync OpenBSD patchset 450:Tiago Cunha
2009-10-28Sync OpenBSD patchset 449:Tiago Cunha
2009-10-26Not all terminals swap CSI and SS3 on ctrl, so remove that.Nicholas Marriott
2009-10-26Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott
2009-10-26On second thoughts, drop the rxvt output entirely.Nicholas Marriott
2009-10-26Set the output code for ctrl+cursor keys correctly, and disable (comment)Nicholas Marriott
2009-10-26Drop INPUTKEY_CTRL and just handle it as part of the table.Nicholas Marriott
2009-10-26Add or fix some comments.Nicholas Marriott
2009-10-26Tidy up table.Nicholas Marriott
2009-10-26Rename keypad keys to something more useful.Nicholas Marriott
2009-10-26Remove the xterm-keys code which is broken (a replacement is coming but someNicholas Marriott
2009-10-12Sync OpenBSD patchset 381:Tiago Cunha