| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused define, also a man fix from jmc. |  nicm | 2020-04-10 | 1 | -2/+1 |
| * | Now that copy mode copies the pane content rather than keeping a |  nicm | 2020-04-10 | 1 | -3/+4 |
| * | Some minor style nits. |  nicm | 2020-04-09 | 1 | -2/+1 |
| * | Wait until the initial command sequence is done before sending a device |  nicm | 2020-04-09 | 1 | -1/+2 |
| * | Restore pane_current_path format from portable tmux, it is no longer |  nicm | 2020-04-08 | 1 | -1/+2 |
| * | Do not restore history flag if it was never set. |  nicm | 2020-04-07 | 1 | -1/+2 |
| * | Change copy mode to make copy of the pane history so it does not need to |  nicm | 2020-04-06 | 1 | -4/+1 |
| * | Support mouse in popups. |  nicm | 2020-04-01 | 1 | -1/+3 |
| * | Add a way to mark environment variables as "hidden" so they can be used |  nicm | 2020-03-31 | 1 | -4/+7 |
| * | Add non-regex search variants to avoid the performance cost for people |  nicm | 2020-03-31 | 1 | -1/+3 |
| * | Add a "second click" key type which is fired for the second click of a |  nicm | 2020-03-31 | 1 | -1/+4 |
| * | Move alternate screen into the screen rather than the pane. |  nicm | 2020-03-31 | 1 | -8/+9 |
| * | Detach reply escape sequences from the pane so they work in popups. |  nicm | 2020-03-31 | 1 | -2/+3 |
| * | Tweak key numbers to avoid some special keys crossing over with modifier bits. |  nicm | 2020-03-30 | 1 | -14/+14 |
| * | Make two -E only close popup automatically if the command exited with 0. |  nicm | 2020-03-28 | 1 | -1/+2 |
| * | Fix how popup height is calculated to take embedded newlines into account. |  nicm | 2020-03-28 | 1 | -1/+2 |
| * | Add support for overlay popup boxes to show text or output temporarily |  nicm | 2020-03-24 | 1 | -3/+19 |
| * | Break code to convert an argument as a percentage into a common function. |  nicm | 2020-03-21 | 1 | -1/+3 |
| * | Make the mouse_word and mouse_line formats work in copy mode and enable |  nicm | 2020-03-20 | 1 | -1/+3 |
| * | Change input path so it doesn't require a pane. |  nicm | 2020-03-19 | 1 | -9/+12 |
| * | Add a flag to run a background process in a pty as well, not used for |  nicm | 2020-03-19 | 1 | -2/+5 |
| * | Ignore default-shell (and use /bin/sh) if it invalid not just if it is |  nicm | 2020-03-17 | 1 | -2/+2 |
| * | Send mouse down event immediately rather than waiting for double click |  nicm | 2020-03-16 | 1 | -1/+3 |
| * | Change how double and triple clicks works so that one or the other is |  nicm | 2020-03-12 | 1 | -1/+3 |
| * | When the server socket is given by the user with -S, create it with |  nicm | 2020-03-12 | 1 | -2/+4 |
| * | Add some number operators for formats, from Tyler Culp. |  nicm | 2020-03-11 | 1 | -1/+2 |
| * | Instead of passing titles through vis() which doubles backslashes, just |  nicm | 2020-02-03 | 1 | -2/+2 |
| * | If ALL clients are readonly, allow them to affect the size, suggested by Thomas Sattler. |  nicm | 2020-01-28 | 1 | -3/+2 |
| * | If we can identify the terminal as iTerm2 or as tmux, we can be sure |  nicm | 2020-01-28 | 1 | -1/+2 |
| * | Reduce a difference with portable tmux by adding the -V flag and |  nicm | 2020-01-28 | 1 | -1/+2 |
| * | Add a define for flags meaning a client is not attached, and fix |  nicm | 2020-01-28 | 1 | -1/+5 |
| * | Add support for adding a note to a key binding (with bind-key -N) and |  nicm | 2020-01-27 | 1 | -2/+5 |
| * | Stop handling DA and DSR after a second (they should be the first thing |  nicm | 2020-01-13 | 1 | -1/+2 |
| * | Be more specific in the DSR we are looking for so it doesn't get |  nicm | 2020-01-13 | 1 | -1/+3 |
| * | Treat plausible but invalid keys (like C-BSpace) as literal like any |  nicm | 2020-01-13 | 1 | -3/+3 |
| * | The terminal type was never as much use as I expected so remove it in |  nicm | 2020-01-12 | 1 | -22/+5 |
| * | Do not let readonly clients limit the size, suggested by Max Barraclough |  nicm | 2019-12-30 | 1 | -2/+3 |
| * | Add a number of new formats to inspect what sessions and clients a |  nicm | 2019-12-26 | 1 | -1/+2 |
| * | When adding a list with multiple commands to the queue, the next item to |  nicm | 2019-12-19 | 1 | -3/+3 |
| * | If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X |  nicm | 2019-12-16 | 1 | -2/+1 |
| * | Instead of using large buffers in imsgs, add the data or path onto the end. |  nicm | 2019-12-16 | 1 | -10/+4 |
| * | Change source-file to use new file code which allows it to read from |  nicm | 2019-12-12 | 1 | -1/+5 |
| * | Rewrite the code for reading and writing files. Now, if the client is |  nicm | 2019-12-12 | 1 | -23/+87 |
| * | Make TMUX_CONF a list of files and expand leading $FOO or ~. |  nicm | 2019-12-10 | 1 | -3/+3 |
| * | Long lines and spacing fixes. |  nicm | 2019-11-28 | 1 | -3/+3 |
| * | Make a best effort to set xpixel and ypixel for each pane and add |  nicm | 2019-11-28 | 1 | -5/+12 |
| * | Store xpixel/ypixel from TIOCGWINSZ and add formats. |  nicm | 2019-11-28 | 1 | -2/+4 |
| * | Add p format modifier for padding to width. |  nicm | 2019-11-25 | 1 | -1/+2 |
| * | Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). |  nicm | 2019-11-15 | 1 | -1/+3 |
| * | Fix parsing of DA with only one argument in the response and add 65 for VT520. |  nicm | 2019-11-14 | 1 | -2/+10 |