Age | Commit message (Expand) | Author |
2017-06-29 | Use 100 as the example for command-alias because the defaults are from 0 | Nicholas Marriott |
2017-06-28 | Fix visual-silence (check accidentally the wrong way round), from Brad | Nicholas Marriott |
2017-06-23 | Add user-keys option to allow user-defined keys to be set, from Dan | Nicholas Marriott |
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott |
2017-06-09 | Add -O option to choose-* to set initial sort order. | Nicholas Marriott |
2017-06-09 | Add a hook when the clipboard is set. | Nicholas Marriott |
2017-06-07 | Add simple searching (C-s and n) to the various choose modes: by name | Nicholas Marriott |
2017-06-04 | Support SIGUSR2 to stop and start logging for an existing server. Also | Nicholas Marriott |
2017-06-04 | Typo/style; plus man page escaping from jmc. | Nicholas Marriott |
2017-06-03 | Make set-clipboard a three-state option so tmux itself can ignore the | Nicholas Marriott |
2017-05-30 | Rewrite of choose mode, both to simplify and tidy the code and to add | Nicholas Marriott |
2017-05-29 | Add ||, && format operators and C: to search pane content. | Nicholas Marriott |
2017-05-29 | Add m: for fnmatch(3) format matching. | Nicholas Marriott |
2017-05-29 | Tweak text to mention initial size, from John Hood. | Nicholas Marriott |
2017-05-15 | The Konsole SU bug means it can't clear the entire scroll region (it | Nicholas Marriott |
2017-05-10 | Expand formats in option names and add -F flag to do so in option values as w... | Nicholas Marriott |
2017-05-07 | Add a format for the name of the pane's mode, lets it be used as a | Nicholas Marriott |
2017-05-05 | Add some formats to look at the session window stack, suggested by Scott | Nicholas Marriott |
2017-05-04 | Some new notifications, mainly for active pane and current window and | Nicholas Marriott |
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 |