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