summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2021-06-10More accurate vi(1) word navigation in copy mode and on the status line.nicm
2021-06-10Add different command historys for different types of promptsnicm
2021-06-10Improve logging of screen mode changes.nicm
2021-06-10Move "special" keys into the Unicode PUA rather than making them top bitnicm
2021-06-10Change cursor style handling so tmux understands which sequences containnicm
2021-06-10Change resize timers and flags into one timer and a queue which isnicm
2021-06-10Three changes to fix problems with xterm in VT340 mode, reported bynicm
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.nicm
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
2021-04-05Fix a couple of edge cases with the jump-back-xxx commands, and alsonicm
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.nicm
2021-03-11Tidy old jobs every hour instead of every 30 seconds.nicm
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm
2021-03-02Drop support for popups where the content is provided directly to tmuxnicm
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm
2021-02-22There are many format variables now so allocating all the default onesnicm
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,nicm
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsonicm
2021-02-11Add a couple of helper functions, and flush imsgs on exit.nicm
2021-02-11Move file handling protocol stuff all into file.c so it can be reusednicm
2021-02-05Send Unicode directional isolate characters around horizontal panenicm
2021-01-29Trim output overwritten by later text or clears completely rather thannicm
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
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
2020-12-22Break cursor movement in grid into a common set of functions that cannicm
2020-12-03Redraw any visible modes when status line changes so that formats likenicm
2020-10-30Add a -O flag to display-menu to change the mouse behaviour and notnicm
2020-10-05Use the setal capability as well as (tmux's) Setulc.nicm
2020-09-22Fix warnings on some platforms with %llx and add a new message to handlenicm
2020-09-02Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.nicm
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm
2020-07-27Add a -d option to display-message to set delay, from theonekeyg atnicm
2020-07-21Fix show-buffer when run from inside tmux, GitHub issue 2314.nicm
2020-07-06Add a way for control mode clients to subscribe to a format and benicm
2020-07-04kill-window -a cannot just walk the list of windows because ifnicm
2020-06-18Add a flag to make a client wait for an empty line before exiting innicm
2020-06-16d and D keys to reset to default in customize mode.nicm
2020-06-13Add -b flags to insert a window before (like the existing -a for after)nicm
2020-06-11Add some formats for search in copy mode (search_present, search_match).nicm
2020-06-11Add a -A option to pause a pane manually.nicm
2020-06-10Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm
2020-06-05Change how panes are resized so that the code is clearer and if the panenicm
2020-06-05Fix various confusion about am vs xenl.nicm
2020-06-05Add support for pausing a pane when the output buffered for a controlnicm
2020-06-02Move the code to set up a padding cell into grid.c.nicm
2020-06-02Allow UTF-8 characters of width 0 to be stored, it is useful to be ablenicm