summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-27Flush pending output before entering or exiting alternate screen rathernicm
2021-01-26Always resize the original screen before copying when exiting thenicm
2021-01-22Revert clear changes to writing as they don't work properly, betternicm
2021-01-22Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546nicm
2021-01-22Fix some cursor movement commands, from Anindya Mukherjee.nicm
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
2021-01-18Hide some warnings on newer GCC versions, GitHUb issue 2525.nicm
2021-01-18There is no need to clear every line entirely before drawing to it, thisnicm
2021-01-17Add -N flag to never start server even if command would normally do so,nicm
2021-01-08Missed from last commit.nicm
2021-01-08With incremental search, start empty and only repeat the previous searchnicm
2021-01-06Insert joined pane before the target pane with -b, like for split. Fromnicm
2021-01-06Remove unused variable, from Ben Boeckel.nicm
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programnicm
2021-01-01Add a -C flag to run-shell to use a tmux command rather than a shell command.nicm
2020-12-30Use right format for session loop, GitHub issue 2519.nicm
2020-12-28Do not list user options with show-hooks.nicm
2020-12-28Remove current match indicator which can't work anymore since we onlynicm
2020-12-22Break cursor movement in grid into a common set of functions that cannicm
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option tonicm
2020-12-07Do not include the status line size when working out the character fornicm
2020-12-07Do not clear the wrapped flag on linefeeds if it is already set - thisnicm
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-12-01Leave newlines inside multiline quotes.nicm
2020-12-01Make replacement of ##s consistent when drawing formats, whethernicm
2020-11-30Ignore running command when checking for no-hooks flag if it is blocked.nicm
2020-11-26Fix check for vertical centre.nicm
2020-11-26Add -N flag to display-panes to ignore keys, GitHub issue 2473.nicm
2020-11-17Log missing keys when extended keys is on rather than fatal().nicm
2020-11-10Allow previous-word to scroll onto the first line, noticed by Anindyanicm
2020-11-09If mouse bits change, clear them all and set again to avoid problemsnicm
2020-11-09Change how escaping is processed for formats so that ## and # can benicm
2020-11-09Remove some old debug logging.nicm
2020-11-03Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dotnicm
2020-11-02Add numeric comparisons for formats, from teo_paul1 at yahoo dot com innicm
2020-10-30With csh, a tmux client gets SIGTERM before SIGCONT when killed withnicm
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
2020-10-30Do not leak path when freeing screen, from Sergey Nizovtsev.nicm
2020-10-30There is no reason not to fire focus events when a pane is in a mode,nicm
2020-10-30Add a -O flag to display-menu to change the mouse behaviour and notnicm
2020-10-29Do not write after the end of the array and overwrite the stack whennicm
2020-10-28Do not require that there be no other clients before loading the config,nicm
2020-10-26SIGQUIT handler needs to be cleared before fork like the others,nicm
2020-10-19Client could be NULL in select-window (for example in .tmux.conf), donicm
2020-10-13Fix note for "previous-window" default key binding, from Sebastiannicm
2020-10-13Set RGB flag if capabilities are present, GitHub issue 2418.nicm
2020-10-09Escape ! in Qltim
2020-10-07Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397.nicm
2020-10-06Fix a last minute change in previous.nicm