Age | Commit message (Expand) | Author |
2017-05-03 | Add a format for the last search string in copy mode and fix the prompt | Nicholas Marriott |
2017-04-28 | Default for xterm-keys was wrong, stop documenting it. | Nicholas Marriott |
2017-04-22 | Typo in example. | Nicholas Marriott |
2017-04-20 | If a #() command doesn't exit, use its most recent line of output (it | Nicholas Marriott |
2017-04-19 | When the data we have buffered to write to a terminal grows beyond a | Nicholas Marriott |
2017-04-18 | Add a format for number of bytes writtent to client, useful for debugging. | Nicholas Marriott |
2017-04-05 | Give each client a name. This defaults to the tty name as before but | Nicholas Marriott |
2017-03-22 | Add support for the strikethrough attribute (SGR 9), using the new smxx | Nicholas Marriott |
2017-02-15 | "status bar" -> "status line" for consistency, from Benjamin Dopplinger. | Nicholas Marriott |
2017-02-10 | Don't use a bufferevent for the tty, so we can keep better track of what | Nicholas Marriott |
2017-02-09 | Instead of numbering session groups, give them a name which may be given | Nicholas Marriott |
2017-02-09 | Document refresh-client -C. | Nicholas Marriott |
2017-02-09 | Don't lie about the default size in the man page. | Nicholas Marriott |
2017-02-01 | Implement "all event" (1003) mouse mode but in a way that works. The | Nicholas Marriott |
2017-01-29 | Add -n to break-pane. | Nicholas Marriott |
2017-01-25 | If xterm-keys is on, use xterm(1) style keys for Home and End as well as | Nicholas Marriott |
2017-01-24 | Fixed keys for choose mode, and remove the last mode keys bits. | Nicholas Marriott |
2017-01-24 | Make update-environment an array as well. | Nicholas Marriott |
2017-01-24 | Convert terminal-overrides to an array option. | Nicholas Marriott |
2017-01-24 | Remove some lies about terminal-overrides from tmux.1. | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-13 | Add -E to detach-client to exec a command to replace the client instead | Nicholas Marriott |
2017-01-11 | Add a format for terminal type. | Nicholas Marriott |
2017-01-10 | Some manpage fixes: rephrase a convoluted sentence, make the names of | Nicholas Marriott |
2017-01-10 | avoid unneccessary markup; tweaked and ok nicm | Jason McIntyre |
2017-01-09 | Add %if/%endif for conditionals when parsing configuration files, the | Nicholas Marriott |
2017-01-09 | Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" | Nicholas Marriott |
2017-01-09 | Run the source-file pattern through glob(3). | Nicholas Marriott |
2017-01-07 | Add note about ccc and initc so people who want it can see it is | Nicholas Marriott |
2017-01-06 | Incremental search in copy mode (on for emacs keys by default) - much | Nicholas Marriott |
2016-11-29 | Make send -N work for all keys, not just in copy mode. From Artem Fokin. | Nicholas Marriott |
2016-11-24 | Make the selection able to exist independent of the cursor position, so | Nicholas Marriott |
2016-11-15 | Add copy-pipe-and-cancel, from Artem Fokin. | Nicholas Marriott |
2016-10-21 | Add %%% to substitute with quotes escaped (convert " to \"). Use this | Nicholas Marriott |
2016-10-18 | xterm-keys was in the wrong place in the list; Dilyan Palauzov. | Nicholas Marriott |
2016-10-16 | Use the notify name string instead of going via an enum and change | Nicholas Marriott |
2016-10-16 | Add hook_session and hook_window formats to get information on the | Nicholas Marriott |
2016-10-16 | Rewrite command queue handling. Each client still has a command queue, | Nicholas Marriott |
2016-10-15 | zap double .Pp; | Jason McIntyre |
2016-10-15 | Fire hooks on the simple notifys (window-renamed and session-renamed), | Nicholas Marriott |
2016-10-14 | Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov. | Nicholas Marriott |
2016-10-13 | Trying to do hooks generically is way too complicated and unreliable and | Nicholas Marriott |
2016-10-13 | Remove the set-remain-on-exit option, it was always a hack and can now | Nicholas Marriott |
2016-10-13 | Remove mention of key tables than no longer exist. | Nicholas Marriott |
2016-10-13 | -f missed from splitw usage, from Felix Rosencrantz. | Nicholas Marriott |
2016-10-12 | bind-key -c has gone, remove from man page, and unused table declarations. | Nicholas Marriott |
2016-10-12 | Drop the edit mode key tables and just use fixed key bindings for the | Nicholas Marriott |
2016-10-12 | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | Nicholas Marriott |
2016-10-11 | Support double and triple clicks (they are cumulative, so double is | Nicholas Marriott |
2016-10-11 | Fundamental change to how copy mode key bindings work: | Nicholas Marriott |