summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-06-10Update CHANGES.3.2aNicholas Marriott
2021-06-10Do not clear region based on current cursor position, this is not necessaryNicholas Marriott
2021-06-10Feature for the mouse since FreeBSD termcap does not have kmous.Nicholas Marriott
2021-06-10Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709.Nicholas Marriott
2021-06-10Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715.Nicholas Marriott
2021-06-10Er, fix it properly.Nicholas Marriott
2021-06-10Fix <= operator.Nicholas Marriott
2021-06-10Do not use NULL client when source-file finishes, GitHub issue 2707.Nicholas Marriott
2021-06-10Do not expand the file given with -f so it can contain :s.Nicholas Marriott
2021-06-10Looks like evports on SunOS are broken also, disable them. GitHub issue 2702.Nicholas Marriott
2021-06-10Remove old shift function keys which interfere with xterm keys now. GitHubNicholas Marriott
2021-06-10Fire check callback after cleaning up event so it does not get stuck, fromNicholas Marriott
2021-06-10Fix warnings, from Jan Tache in GitHub issue 2692.Nicholas Marriott
2021-06-10Ctrl keys are < 0x7f, not Unicode.Nicholas Marriott
2021-06-10Move "special" keys into the Unicode PUA rather than making them high a top bitNicholas Marriott
2021-06-10Change resize timers and flags into one timer and a queue to fix problems withNicholas Marriott
2021-06-10Mention S- for Shift, GitHub issue 2683.Nicholas Marriott
2021-06-10Do not count client if no window.Nicholas Marriott
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported by ThomasNicholas Marriott
2021-06-10Include current client in size calcultion for new sessions, GitHub issue 2662.Nicholas Marriott
2021-06-10Add an "always" value to the extended-keys option to always forward these keysNicholas Marriott
2021-06-10Minor CHANGES and tmux.1 fixed, from Daniel Hahler, GitHub issue 2664.Nicholas Marriott
2021-06-10Add another couple of keys needed for extended keys, GitHub issue 2658.Nicholas Marriott
2021-06-10Use = not ==, from Leonardo Taccari.Nicholas Marriott
2021-06-10back-to-indentation fixes, from Anindya Mukherjee.Nicholas Marriott
2021-06-10Fix display-menu -xR, from Alexis Hildebrandt.Nicholas Marriott
2021-06-10Apple have broken strtonum so check it works, from Teubel Gyorgy.Nicholas Marriott
2021-06-10Adjust latest client when a client detaches, GitHub issue 2657.Nicholas Marriott
2021-06-10Handle modifier 9 as Meta, GitHub issue 2647.Nicholas Marriott
2021-06-10Add crosscompiling fallbacks, from Hasso Tepper.Nicholas Marriott
2021-06-10%begin now has three arguments, not two. GitHubs issue 2646.nicm
2021-06-10Include modifiers when looking up an individual key.nicm
2021-06-10Change how extended ctrl keys are processed to fix C-S-Tab and C-;.nicm
2021-06-103.2a version.Nicholas Marriott
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from Avi3.2nicm
2021-04-13Handle C-Tab correctly with extended keys, GitHub issue 2642.nicm
2021-04-13Update CHANGES.Nicholas Marriott
2021-04-13Merge branch 'master' into 3.2-rcNicholas Marriott
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.nicm
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
2021-04-09Merge branch 'obsd-master' into masterThomas Adam
2021-04-09Change a type to fix a warning with some compilers.nicm
2021-04-08Merge branch 'obsd-master' into masterThomas Adam
2021-04-08Log the key written to the terminal as well as tmux's idea of what itnicm
2021-04-07Merge branch 'obsd-master' into masterThomas Adam
2021-04-07Restore previous behaviour so that C-X remains the same as C-x. Instead,nicm
2021-04-07Merge branch 'obsd-master' into masterThomas Adam
2021-04-07Add a current_file format for the config file being parsed. Originallynicm