summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2020-03-21Break code to convert an argument as a percentage into a common function.Nicholas Marriott
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enableNicholas Marriott
2020-03-19Change input path so it doesn't require a pane.Nicholas Marriott
2020-03-19Add a flag to run a background process in a pty as well, not used forNicholas Marriott
2020-03-17Ignore default-shell (and use /bin/sh) if it invalid not just if it isNicholas Marriott
2020-03-16Send mouse down event immediately rather than waiting for double clickNicholas Marriott
2020-03-12Change how double and triple clicks works so that one or the other isNicholas Marriott
2020-03-12When the server socket is given by the user with -S, create it withNicholas Marriott
2020-03-11Add some number operators for formats, from Tyler Culp.Nicholas Marriott
2020-02-03Instead of passing titles through vis() which doubles backslashes, justNicholas Marriott
2020-01-28If ALL clients are readonly, allow them to affect the size, suggested by Thom...Nicholas Marriott
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be sureNicholas Marriott
2020-01-28Reduce a difference with portable tmux by adding the -V flag andNicholas Marriott
2020-01-28Add a define for flags meaning a client is not attached, and fixNicholas Marriott
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andNicholas Marriott
2020-01-13Stop handling DA and DSR after a second (they should be the first thingNicholas Marriott
2020-01-13Be more specific in the DSR we are looking for so it doesn't getNicholas Marriott
2020-01-13Treat plausible but invalid keys (like C-BSpace) as literal like anyNicholas Marriott
2020-01-12The terminal type was never as much use as I expected so remove it inNicholas Marriott
2019-12-30Do not let readonly clients limit the size, suggested by Max BarracloughNicholas Marriott
2019-12-26Add a number of new formats to inspect what sessions and clients aNicholas Marriott
2019-12-19When adding a list with multiple commands to the queue, the next item toNicholas Marriott
2019-12-16If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/XNicholas Marriott
2019-12-16Instead of using large buffers in imsgs, add the data or path onto the end.Nicholas Marriott
2019-12-12Change source-file to use new file code which allows it to read fromNicholas Marriott
2019-12-12Rewrite the code for reading and writing files. Now, if the client isNicholas Marriott
2019-12-10Make TMUX_CONF a list of files and expand leading $FOO or ~.Nicholas Marriott
2019-11-28Long lines and spacing fixes.Nicholas Marriott
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addNicholas Marriott
2019-11-28Store xpixel/ypixel from TIOCGWINSZ and add formats.Nicholas Marriott
2019-11-25Add p format modifier for padding to width.Nicholas Marriott
2019-11-15Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path).Nicholas Marriott
2019-11-14Fix parsing of DA with only one argument in the response and add 65 for VT520.Nicholas Marriott
2019-10-23Use the existing code in format.c to add foramts for word and line atNicholas Marriott
2019-09-23Use the correct size for new windows when window-size is latest,Nicholas Marriott
2019-09-19Add a "latest" window-size option which tries to size windows based onNicholas Marriott
2019-09-15Add push-default and pop-default in styles to change the default coloursNicholas Marriott
2019-08-28The resize event was never deciding to actually resize the pane if thereNicholas Marriott
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client toNicholas Marriott
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.Nicholas Marriott
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott
2019-07-06Correctly clear underscore colour in grid_get_cell1, also fix structNicholas Marriott
2019-07-01Add a "fill" style attribute to clear the entire format drawing area inNicholas Marriott
2019-06-30Do not double free window if pane fails to start.Nicholas Marriott
2019-06-27Add support for underscore colours with Setulc capability, mostly fromNicholas Marriott
2019-06-26Add #define for the pane status line option position numbers.Nicholas Marriott