summaryrefslogtreecommitdiffstats
path: root/input-keys.c
AgeCommit message (Expand)Author
2016-03-02Merge branch 'obsd-master'Thomas Adam
2016-03-02Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@.nicm
2016-03-01Use system wcwidth() instead of carrying around UTF-8 width tables.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-12Merge branch 'obsd-master'Thomas Adam
2015-12-12Allow prefix and prefix2 to be set to None to disable (useful if younicm
2015-11-24Merge branch 'obsd-master'Thomas Adam
2015-11-23Partly revert previous, it is harmless to keep support for UTF-8 mousenicm
2015-11-23Merge branch 'obsd-master'Thomas Adam
2015-11-23Remove support for the UTF-8 mouse extension. This was a briefly used,nicm
2015-11-17Merge branch 'obsd-master'Thomas Adam
2015-11-160x7f is a valid key.nicm
2015-11-14Merge branch 'obsd-master'Thomas Adam
2015-11-14All these return values from utf8_* are confusing, use an enum.nicm
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-11-12Rename overly-long utf8data to ud throughout.nicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-10-27Merge branch 'obsd-master'Thomas Adam
2015-10-27Move struct options into options.c.nicm
2015-10-26Merge branch 'obsd-master'Thomas Adam
2015-10-26Some extra logging of where keys are actually going.nicm
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