summaryrefslogtreecommitdiffstats
path: root/input-keys.c
AgeCommit message (Expand)Author
2015-04-22Merge branch 'obsd-master'Thomas Adam
2015-04-21Don't eat the mouse event that triggers a drag end because we may wantnicm
2015-04-20Merge branch 'obsd-master'Thomas Adam
2015-04-19Rewrite of tmux mouse support which was a mess. Instead of havingnicm
2015-04-19Merge branch 'obsd-master'Thomas Adam
2015-03-31Fix some format specifier nits, from Ben Boeckel.nicm
2014-11-09Merge branch 'obsd-master'Thomas Adam
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-11-05Tidy up mode-mouse check.nicm
2014-08-09Merge branch 'obsd-master'Thomas Adam
2014-07-21Revert the up/down wheel emulation for now, there will be a better waynicm
2014-07-21Drop explicit support for F13-F20 and change to match the xterm terminfonicm
2014-05-13Merge branch 'obsd-master'Thomas Adam
2014-05-08Send up and down keys for mouse wheel in alternate screen mode (when itnicm
2014-04-24Merge branch 'obsd-master'Thomas Adam
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersnicm
2014-04-05Merge branch 'obsd-master'Thomas Adam
2014-04-03A couple of trivial mouse-related style nits.nicm
2014-03-31Remove log_debug2 as well and simplify log.c.nicm
2014-03-07Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2013-05-25Merge branch 'obsd-master'Thomas Adam
2013-05-07Don't limit width and height to 222 in standard mouse mode.Nicholas Marriott
2013-03-24Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott
2013-03-22Support the latest theory for mouse input, this is enabled/disabled withNicholas Marriott
2013-02-24Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott
2013-02-18Support the latest theory for mouse input, this is enabled/disabled with SM/RMNicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
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