summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-07-13Merge branch 'obsd-master' into masterThomas Adam
2021-07-13Only use client for sizing when not detached, GitHub issue 2772.nicm
2021-07-08Merge branch 'obsd-master' into masterThomas Adam
2021-07-08Fix mouse_word format now word-separators has no space and position ofnicm
2021-07-06Merge branch 'obsd-master' into masterThomas Adam
2021-07-06Improve error reporting when the tmux /tmp directory cannot be creatednicm
2021-07-06Forbid empty session names, GitHub issue 2758.nicm
2021-06-22Fix crosscompiling, Marco A L Barbosa.Nicholas Marriott
2021-06-18Merge branch 'obsd-master' into masterThomas Adam
2021-06-18Mention %1 under choose-tree also.nicm
2021-06-16Minor fixes to option descriptions.nicm
2021-06-16Pass Ctrl keys through as is when given as hex, GitHub issue 2724.nicm
2021-06-15Fix incorrect option name, from Gregory Pakosz.Nicholas Marriott
2021-06-11Once a day.Nicholas Marriott
2021-06-10fix some formatting errors;jmc
2021-06-10Tweak.Nicholas Marriott
2021-06-10Move lock.yml.Nicholas Marriott
2021-06-10Merge branch '3.2a'Nicholas Marriott
2021-06-10Update CHANGES.Nicholas Marriott
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