aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-05-25
|\
| * Instead of storing all UTF-8 characters in the extended cell which meansnicm2020-05-25
* | Merge branch 'obsd-master'Thomas Adam2020-05-24
|\|
| * 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
* | Merge branch 'obsd-master'Thomas Adam2020-05-22
|\|
| * Move client offset stuff into control.c since only control clients willnicm2020-05-22
* | Merge branch 'obsd-master'Thomas Adam2020-05-21
|\|
| * 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
| * Remove support for iTerm2's DSR 1337 extension and use the CSI > qnicm2020-05-16
* | Move lazy resize from the pane to the window, there is no point in resizing theNicholas Marriott2020-05-16
* | 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