summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add client-detached notification in control mode, from Mohsin Kaleem.nicm2021-03-161-1/+2
* Tidy old jobs every hour instead of every 30 seconds.nicm2021-03-111-1/+2
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-111-2/+3
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-111-4/+6
* Drop support for popups where the content is provided directly to tmuxnicm2021-03-021-13/+8
* Move config file path expansion much earlier, keep the list of pathsnicm2021-02-221-4/+4
* There are many format variables now so allocating all the default onesnicm2021-02-221-3/+2
* Move jump commands to grid reader, make them UTF-8 aware, and tidy up,nicm2021-02-221-1/+5
* Move the call to setupterm() into the client and have it pass thenicm2021-02-171-2/+9
* Support X11 colour names and some other variations for OSC 10/11, alsonicm2021-02-151-1/+2
* Add a couple of helper functions, and flush imsgs on exit.nicm2021-02-111-1/+3
* Move file handling protocol stuff all into file.c so it can be reusednicm2021-02-111-2/+17
* Send Unicode directional isolate characters around horizontal panenicm2021-02-051-1/+2
* Trim output overwritten by later text or clears completely rather thannicm2021-01-291-37/+30
* Change so that window_flags escapes # automatically which means configsnicm2021-01-201-2/+2
* There is no need to clear every line entirely before drawing to it, thisnicm2021-01-181-2/+1
* Add -N flag to never start server even if command would normally do so,nicm2021-01-171-2/+2
* Missed from last commit.nicm2021-01-081-1/+2
* Break cursor movement in grid into a common set of functions that cannicm2020-12-221-1/+24
* Redraw any visible modes when status line changes so that formats likenicm2020-12-031-1/+2
* Add a -O flag to display-menu to change the mouse behaviour and notnicm2020-10-301-1/+2
* Use the setal capability as well as (tmux's) Setulc.nicm2020-10-051-1/+3
* Fix warnings on some platforms with %llx and add a new message to handlenicm2020-09-221-2/+3
* Add a -w flag to set- and load-buffer to send to clipboard using OSC 52.nicm2020-09-021-1/+2
* Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm2020-08-251-2/+9
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-271-3/+2
* Fix show-buffer when run from inside tmux, GitHub issue 2314.nicm2020-07-211-1/+2
* Add a way for control mode clients to subscribe to a format and benicm2020-07-061-1/+13
* kill-window -a cannot just walk the list of windows because ifnicm2020-07-041-2/+4
* Add a flag to make a client wait for an empty line before exiting innicm2020-06-181-1/+3
* d and D keys to reset to default in customize mode.nicm2020-06-161-2/+6
* Add -b flags to insert a window before (like the existing -a for after)nicm2020-06-131-2/+2
* Add some formats for search in copy mode (search_present, search_match).nicm2020-06-111-1/+2
* Add a -A option to pause a pane manually.nicm2020-06-111-1/+2
* Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm2020-06-101-1/+2
* Change how panes are resized so that the code is clearer and if the panenicm2020-06-051-5/+3
* Fix various confusion about am vs xenl.nicm2020-06-051-3/+3
* Add support for pausing a pane when the output buffered for a controlnicm2020-06-051-3/+8
* Move the code to set up a padding cell into grid.c.nicm2020-06-021-1/+3
* Allow UTF-8 characters of width 0 to be stored, it is useful to be ablenicm2020-06-021-2/+2
* Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlnicm2020-06-021-1/+2
* Change format callback to return value rather than storing it in the entry.nicm2020-06-011-1/+3
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-011-11/+16
* Pass the stdout file descriptor from the client as well as stdin and usenicm2020-05-261-1/+4
* Use the internal representation for UTF-8 keys instead of wchar_t andnicm2020-05-251-4/+1
* Tidy up new UTF-8 code and make it more generic.nicm2020-05-251-7/+10
* Make some data types consistent.nicm2020-05-251-5/+5
* Instead of storing all UTF-8 characters in the extended cell which meansnicm2020-05-251-9/+24
* Give control code its own state struct.nicm2020-05-241-3/+4
* Now the tty has a pointer back to the client there is no point (and anicm2020-05-241-3/+2