aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-27
* Fix show-buffer when run from inside tmux, GitHub issue 2314.nicm2020-07-21
* Add a way for control mode clients to subscribe to a format and benicm2020-07-06
* kill-window -a cannot just walk the list of windows because ifnicm2020-07-04
* Add a flag to make a client wait for an empty line before exiting innicm2020-06-18
* d and D keys to reset to default in customize mode.nicm2020-06-16
* Add -b flags to insert a window before (like the existing -a for after)nicm2020-06-13
* Add some formats for search in copy mode (search_present, search_match).nicm2020-06-11
* Add a -A option to pause a pane manually.nicm2020-06-11
* Instead of a buffer size limit on each pane, set a limit of 300 secondsnicm2020-06-10
* Change how panes are resized so that the code is clearer and if the panenicm2020-06-05
* Fix various confusion about am vs xenl.nicm2020-06-05
* Add support for pausing a pane when the output buffered for a controlnicm2020-06-05
* Move the code to set up a padding cell into grid.c.nicm2020-06-02
* Allow UTF-8 characters of width 0 to be stored, it is useful to be ablenicm2020-06-02
* Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlnicm2020-06-02
* Change format callback to return value rather than storing it in the entry.nicm2020-06-01
* Instead of sending all data to control mode clients as fast as possible,nicm2020-06-01
* Pass the stdout file descriptor from the client as well as stdin and usenicm2020-05-26
* Use the internal representation for UTF-8 keys instead of wchar_t andnicm2020-05-25
* Tidy up new UTF-8 code and make it more generic.nicm2020-05-25
* Make some data types consistent.nicm2020-05-25
* Instead of storing all UTF-8 characters in the extended cell which meansnicm2020-05-25
* Give control code its own state struct.nicm2020-05-24
* Now the tty has a pointer back to the client there is no point (and anicm2020-05-24
* Move client offset stuff into control.c since only control clients willnicm2020-05-22
* Support code for control mode flow control: allow clients to havenicm2020-05-21
* Move lazy resize from the pane to the window, there is no point innicm2020-05-16
* Add an option to set the pane border lines style from a choice of singlenicm2020-05-16
* Add screen write flags instead of individual bits and fix line lengthnicm2020-05-16
* Add a client flag 'active-pane' which stores the active pane in thenicm2020-05-16
* Expand target from client and use it to expand the prompt.nicm2020-05-16
* Move editor stuff to common code in popup.c.nicm2020-05-16
* Add a -D flag to ask tmux not to daemonize, useful both for running anicm2020-05-16
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Support embedded styles in the display-message message, GitHub issuenicm2020-05-16
* Store and restore cursor position when copy mode is resized, fromnicm2020-05-16
* Change message log to be per server rather than per client and includenicm2020-05-16
* Change the existing client flags for control mode to apply for anynicm2020-05-16
* Add formats for after hook command arguments.nicm2020-05-16
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
* Rename and tidy some stuff in struct tty_ctx.nicm2020-05-16
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-16
* Add -W and -T flags to command-prompt to only complete a window and anicm2020-05-16
* Copy mode search improvements:nicm2020-05-16
* Improve command prompt completion:nicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Use a grid cell not a style for the pane style.nicm2020-05-16
* Build list of paths and weed out duplicates before loading configs, andnicm2020-05-16
* Add extension terminfo(5) capabilities for margins.nicm2020-05-16