aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Only forward extended keys if the application has requested them, even thoughNicholas Marriott2020-05-15
* Add a terminal feature for enable/disable extended keys (supported by xterm andNicholas Marriott2020-05-15
* Separate key flags and modifiers, log key flags, make the "xterm" flag moreNicholas Marriott2020-05-15
* Rename KEYC_ESCAPE to KEYC_META.Nicholas Marriott2020-05-15
* xterm-keys has been on by default for 5 years and all other modern terminalsNicholas Marriott2020-05-15
* Add an option to set the pane border lines style from a choice of single linesNicholas Marriott2020-05-14
* Add screen write flags instead of individual bits and fix line lengthNicholas Marriott2020-05-14
* Add a client flag 'active-pane' which stores the active pane in the client andNicholas Marriott2020-05-14
* Expand target from client and use it to expand the prompt.Nicholas Marriott2020-05-14
* Use safe loop for freeing client files.Nicholas Marriott2020-05-13
* Move editor stuff to common code in popup.c.Nicholas Marriott2020-05-13
* Show default key bindings in customize mode.Nicholas Marriott2020-05-12
* Include key bindings in customize mode.Nicholas Marriott2020-05-12
* Support embedded styles in the display-message message, GitHub issue 2206.Nicholas Marriott2020-05-11
* Add a -D flag to ask tmux not to daemonize, useful both for running a debuggerNicholas Marriott2020-05-10
* Wrap all lines in customize mode, not just the description.Nicholas Marriott2020-05-09
* Add a customize mode where options may be browsed and changed, includes addingNicholas Marriott2020-05-08
* Change message log to be per server rather than per client and include everyNicholas Marriott2020-05-06
* Change the existing client flags for control mode to apply for any client, useNicholas Marriott2020-05-05
* Store and restore cursor position when copy mode is resized, from AnindyaNicholas Marriott2020-05-05
* Add formats for after hook command arguments.Nicholas Marriott2020-05-05
* Clamping to area needs to use the offset without the status line, since that isNicholas Marriott2020-05-02
* Get the whole overlay screen not just the mode so cursor changes are included.Nicholas Marriott2020-05-01
* Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott2020-05-01
* Move size to tty_ctx.Nicholas Marriott2020-05-01
* Rename some tty_ctx members.Nicholas Marriott2020-05-01
* Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott2020-05-01
* Add -W and -T flags to command-prompt to only complete a window and a target.Nicholas Marriott2020-04-30
* Copy mode search improvements:Nicholas Marriott2020-04-29
* Improve command prompt completion:Nicholas Marriott2020-04-29
* Apply a format when redrawing pane borders.Nicholas Marriott2020-04-29
* Drop having a separate type for style options and make them all strings, whichNicholas Marriott2020-04-28
* Use a grid cell not a style for the pane style.Nicholas Marriott2020-04-27
* Add some additional format helper functions.Nicholas Marriott2020-04-27
* Instead of forbidding invalid session names, sanitize them.Nicholas Marriott2020-04-24
* Instead of having a default set of terminals in terminal-overrides that get XTNicholas Marriott2020-04-24
* Add feature and capabilities for focus reporting. Also document AX and XT evenNicholas Marriott2020-04-24
* Add a feature for bracketed paste.Nicholas Marriott2020-04-24
* Move terminal features into a single file.Nicholas Marriott2020-04-24
* Add TMUX_SOCK like TMUX_PATH for the socket directory.Nicholas Marriott2020-04-23
* Build list of paths and weed out duplicates before loading configs.Nicholas Marriott2020-04-23
* Add extension terminfo(5) capabilities for margins.Nicholas Marriott2020-04-23
* Remove support for iTerm2's DSR 1337 extension and use the CSI > q extensionNicholas Marriott2020-04-23
* Merge branch 'obsd-master'Thomas Adam2020-04-23
|\
| * Indicate the marked pane in choose mode in reverse and add key to setnicm2020-04-22
* | Merge branch 'obsd-master'Thomas Adam2020-04-22
|\|
| * Change so main-pane-width and height can be given as a percentage.nicm2020-04-22
* | Merge branch 'obsd-master'Thomas Adam2020-04-20
|\|
| * Apply terminal-overrides after terminal detection, it always takesnicm2020-04-20
| * Change how sync works to always send the end sequence after all outputnicm2020-04-20