summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-12-01Make replacement of ##s consistent when drawing formats, whethernicm
followed by [ or not. Add a flag (e) to the q: format modifier to double up #s and use it for the window_flags format variable so it doesn't end up escaping any following text. GitHub issue 2485.
2020-11-30Merge branch 'obsd-master' into masterThomas Adam
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.nicm
GitHub issue 2483.
2020-11-26Merge branch 'obsd-master' into masterThomas Adam
2020-11-26Fix check for vertical centre.nicm
2020-11-26Merge branch 'obsd-master' into masterThomas Adam
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.nicm
2020-11-20Update closefrom from OpenSSH for macOS code which is now needed.Nicholas Marriott
2020-11-17Update closefrom from OpenSSH for macOS code which is now needed.Nicholas Marriott
2020-11-17Merge branch 'obsd-master' into masterThomas Adam
2020-11-17Log missing keys when extended keys is on rather than fatal().nicm
2020-11-10Merge branch 'obsd-master'Thomas Adam
2020-11-10Allow previous-word to scroll onto the first line, noticed by Anindyanicm
Mukherjee.
2020-11-09Scaffold for oss-fuzz, from Sergey Nizovtsev.Nicholas Marriott
2020-11-09Merge branch 'obsd-master'Thomas Adam
2020-11-09If mouse bits change, clear them all and set again to avoid problemsnicm
with some bits implying others. GitHub issue 2458.
2020-11-09Merge branch 'obsd-master'Thomas Adam
2020-11-09Change how escaping is processed for formats so that ## and # can benicm
used in styles. Also add a 'w' format modifier for the width. From Chas J Owens IV in GitHub issue 2389.
2020-11-09Add support for Haiku, from David Carlier. GitHub issue 2453.Nicholas Marriott
2020-11-09Remove some old debug logging.nicm
2020-11-03Merge branch 'obsd-master'Thomas Adam
2020-11-03Back to 3.3.Nicholas Marriott
2020-11-03Update to 3.2-rc3, bring in all the changes from master.Nicholas Marriott
2020-11-03Merge branch 'master' into 3.2-rcNicholas Marriott
2020-11-03Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dotnicm
com in GitHub issue 2442.
2020-11-02Merge branch 'obsd-master'Thomas Adam
2020-11-02Add numeric comparisons for formats, from teo_paul1 at yahoo dot com innicm
GitHub issue 2442.
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30With csh, a tmux client gets SIGTERM before SIGCONT when killed withnicm
"kill %%", so when the client tells the server it got SIGCONT, don't use bits that may already have been freed when it got SIGTERM. Also don't print anything on exit if we get SIGTERM while suspended. Reported by Theo.
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30Update CHANGES.Nicholas Marriott
2020-10-30Do not allow disabled items to be selected.nicm
2020-10-30Limit range of repeat to avoid silly high numbers causing delays, fromnicm
Sergey Nizovtsev.
2020-10-30Do not leak path when freeing screen, from Sergey Nizovtsev.nicm
2020-10-30Merge branch 'obsd-master'Thomas Adam
2020-10-30Style trim test (currently failing).Nicholas Marriott
2020-10-30There is no reason not to fire focus events when a pane is in a mode,nicm
GitHub issue 2372.
2020-10-30Add a -O flag to display-menu to change the mouse behaviour and notnicm
close the menu when the mouse is released, from teo_paul1 at yahoo dot com.
2020-10-30Do not write after the end of the array and overwrite the stack whennicm
colon-separated SGR sequences contain empty arguments. Reported by Sergey Nizovtsev.
2020-10-29Merge branch 'obsd-master'Thomas Adam
2020-10-29Do not write after the end of the array and overwrite the stack whennicm
colon-separated SGR sequences contain empty arguments. Reported by Sergey Nizovtsev.
2020-10-29Do not require that there be no other clients before loading the config,nicm
being the first client is enough. GitHub issue 2438.
2020-10-29Merge branch 'obsd-master'Thomas Adam
2020-10-29Set RGB flag if capabilities are present, GitHub issue 2418.nicm
2020-10-29Fix note for "previous-window" default key binding, from Sebastiannicm
Falbesoner.
2020-10-29Client could be NULL in select-window (for example in .tmux.conf), donicm
not set latest session if so. GitHub issue 2429 from Han Boetes.
2020-10-29SIGQUIT handler needs to be cleared before fork like the others,nicm
reported by Simon Andersson.
2020-10-28Do not require that there be no other clients before loading the config,nicm
being the first client is enough. GitHub issue 2438.
2020-10-26Merge branch 'obsd-master'Thomas Adam
2020-10-26SIGQUIT handler needs to be cleared before fork like the others,nicm
reported by Simon Andersson.