summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-14CUB and CUF are also limited by the margins so use CUP instead whennicm
2019-11-14Add an option to set the key sent by backspace for those whose systemnicm
2019-11-07Add -F flag to send-keys to expand formats in search-backward andnicm
2019-11-01Limit lazy resize to panes in attached sessions only - those innicm
2019-11-01Handle the various different forms of rgb colour strings.nicm
2019-10-28Start with empty rather than NULL window name to avoid NULL printf ifnicm
2019-10-23Document Any key, from Jason Felice.nicm
2019-10-23Use the existing code in format.c to add foramts for word and line atnicm
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.nicm
2019-10-19Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.nicm
2019-10-15Rewrite options_array_set to be clearer and remove a spurious warningnicm
2019-10-15Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm
2019-10-14Do not crash with pane_current_command if the pane is newly created andnicm
2019-10-14Turn automatic-rename back on if the rename escape sequence is used withnicm
2019-10-14Some old tmux versions can sometimes generate layout strings which havenicm
2019-10-14Memory leaks, from Igor Wong in GitHub issue 1934.nicm
2019-10-07Fix respawn-pane/window if default-command is set, reported by Janos Barbero.nicm
2019-10-03Use a malloc'd buffer for lsk since commands can be very long, from Gregory P...nicm
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm
2019-09-25Style and line length nits.nicm
2019-09-24Some minor performance improvements - most notably, don't search thenicm
2019-09-24Couple of bits of minor cleanup.nicm
2019-09-24Mouse formats don't work in copy mode so don't try to use them.nicm
2019-09-24Make select-pane -P set window-active-style also to match previousnicm
2019-09-23Use the correct size for new windows when window-size is latest,nicm
2019-09-19Add a "latest" window-size option which tries to size windows based onnicm
2019-09-19Do not use bright when emulating 256 colours on an 8 colour terminalnicm
2019-09-18Up and Down are already used, use < and > instead.nicm
2019-09-18Do not set uninitialized signal mask when creating an empty pane.nicm
2019-09-16Change menu key bindings to Up and Down and also close it on any mousenicm
2019-09-15Add push-default and pop-default in styles to change the default coloursnicm
2019-09-11Add window_marked_flag, GitHub issue 1887.nicm
2019-09-10Make client exit if pane where input is going is closed.nicm
2019-09-10Set up format tree for %if, GitHub issue 1896.nicm
2019-09-09Clarify server options slightly.nicm
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.nicm
2019-08-29It is not longer necessary to double-escape ; in %%%, problem reportednicm
2019-08-28The resize event was never deciding to actually resize the pane if therenicm
2019-08-26Fix swap-window -d to work as intended, GitHub issue 1879 from Sam Stuewe.nicm
2019-08-16Add a flag to reverse sort in the various choose modes, from Benjaminnicm
2019-08-16grid_view_delete_cells does need to clear, GitHub issue 1871.nicm
2019-08-14Default to previous search string for search-forward andnicm
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm
2019-08-01Correctly wrap search in copy mode even if at the very top left, GitHubnicm
2019-08-01Select the correct word for select-word when already at the start of anicm
2019-08-01xterm 348 now disables margins when resized, so send DECLRMM again.nicm
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.nicm
2019-08-01Remove check for same size - size has already been changed so thisnicm
2019-07-30Reorder some text in the windows & panes section and add some betternicm