aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* Tweak key numbers to avoid some special keys crossing over with modifier bits.nicm2020-03-30
* Make two -E only close popup automatically if the command exited with 0.nicm2020-03-28
* Fix how popup height is calculated to take embedded newlines into account.nicm2020-03-28
* Add support for overlay popup boxes to show text or output temporarilynicm2020-03-24
* Break code to convert an argument as a percentage into a common function.nicm2020-03-21
* Make the mouse_word and mouse_line formats work in copy mode and enablenicm2020-03-20
* Change input path so it doesn't require a pane.nicm2020-03-19
* Add a flag to run a background process in a pty as well, not used fornicm2020-03-19
* Ignore default-shell (and use /bin/sh) if it invalid not just if it isnicm2020-03-17
* Send mouse down event immediately rather than waiting for double clicknicm2020-03-16
* Change how double and triple clicks works so that one or the other isnicm2020-03-12
* When the server socket is given by the user with -S, create it withnicm2020-03-12
* Add some number operators for formats, from Tyler Culp.nicm2020-03-11
* Instead of passing titles through vis() which doubles backslashes, justnicm2020-02-03
* If ALL clients are readonly, allow them to affect the size, suggested by Thom...nicm2020-01-28
* If we can identify the terminal as iTerm2 or as tmux, we can be surenicm2020-01-28
* Reduce a difference with portable tmux by adding the -V flag andnicm2020-01-28
* Add a define for flags meaning a client is not attached, and fixnicm2020-01-28
* Add support for adding a note to a key binding (with bind-key -N) andnicm2020-01-27
* Stop handling DA and DSR after a second (they should be the first thingnicm2020-01-13
* Be more specific in the DSR we are looking for so it doesn't getnicm2020-01-13
* Treat plausible but invalid keys (like C-BSpace) as literal like anynicm2020-01-13
* The terminal type was never as much use as I expected so remove it innicm2020-01-12
* Do not let readonly clients limit the size, suggested by Max Barracloughnicm2019-12-30
* Add a number of new formats to inspect what sessions and clients anicm2019-12-26
* When adding a list with multiple commands to the queue, the next item tonicm2019-12-19
* If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/Xnicm2019-12-16
* Instead of using large buffers in imsgs, add the data or path onto the end.nicm2019-12-16
* Change source-file to use new file code which allows it to read fromnicm2019-12-12
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-12
* Make TMUX_CONF a list of files and expand leading $FOO or ~.nicm2019-12-10
* Long lines and spacing fixes.nicm2019-11-28
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-28
* Store xpixel/ypixel from TIOCGWINSZ and add formats.nicm2019-11-28
* Add p format modifier for padding to width.nicm2019-11-25
* Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).nicm2019-11-15
* Fix parsing of DA with only one argument in the response and add 65 for VT520.nicm2019-11-14
* Use the existing code in format.c to add foramts for word and line atnicm2019-10-23
* Use the correct size for new windows when window-size is latest,nicm2019-09-23
* Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
* The resize event was never deciding to actually resize the pane if therenicm2019-08-28
* Add a flag to reverse sort in the various choose modes, from Benjaminnicm2019-08-16
* Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm2019-08-14
* Add support for the SD (scroll down) escape sequence, GitHub issue 1861.nicm2019-08-05
* Make layout_fix_offsets take a window like layout_fix_panes.nicm2019-07-15
* Add -F to refresh-client to specify flags for control clients - one flagnicm2019-07-10
* Add a -H flag to send-keys to send literal keys given as hex numbersnicm2019-07-09
* Correctly clear underscore colour in grid_get_cell1, also fix structnicm2019-07-06
* Add a "fill" style attribute to clear the entire format drawing area innicm2019-07-01