| Commit message (Expand) | Author | Age |
* | Mention that filter is a format. | nicm | 2017-09-11 |
* | Move to current mouse position not last when clcking in copy mode; fixes | nicm | 2017-09-04 |
* | Add selectp -T to set pane title. | nicm | 2017-09-02 |
* | Key (v) and flag (-N) to toggle preview in choose modes. | nicm | 2017-08-23 |
* | Fix example for user-keys. | nicm | 2017-08-19 |
* | Add monitor-bell window option to match the activity and silence | nicm | 2017-08-17 |
* | Add -d flag to display-panes to specify timeout, and make 0 mean no | nicm | 2017-08-16 |
* | Add -F to choose-tree, choose-client, choose-buffer to specify the | nicm | 2017-08-09 |
* | Add selection_present format so commands in copy mode can use it, GitHub | nicm | 2017-08-02 |
* | Add pane_at_left/right/top/bottom formats, from Amos Bird. | nicm | 2017-07-27 |
* | Make bell, activity and silence alerting more consistent: | nicm | 2017-07-26 |
* | Add -c for respawn-pane and respawn-window, from J Raynor. | nicm | 2017-07-21 |
* | Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. | nicm | 2017-07-07 |
* | < and > keys to scroll preview list left and right in tree mode. | nicm | 2017-07-04 |
* | Use 100 as the example for command-alias because the defaults are from 0 | nicm | 2017-06-29 |
* | Fix visual-silence (check accidentally the wrong way round), from Brad | nicm | 2017-06-28 |
* | Add user-keys option to allow user-defined keys to be set, from Dan | nicm | 2017-06-23 |
* | Extend filters (f key) to buffer and client mode and add -f flag to | nicm | 2017-06-09 |
* | Add -O option to choose-* to set initial sort order. | nicm | 2017-06-09 |
* | Add a hook when the clipboard is set. | nicm | 2017-06-09 |
* | Add simple searching (C-s and n) to the various choose modes: by name | nicm | 2017-06-07 |
* | Support SIGUSR2 to stop and start logging for an existing server. Also | nicm | 2017-06-04 |
* | Typo/style; plus man page escaping from jmc. | nicm | 2017-06-04 |
* | Make set-clipboard a three-state option so tmux itself can ignore the | nicm | 2017-06-03 |
* | Rewrite of choose mode, both to simplify and tidy the code and to add | nicm | 2017-05-30 |
* | Add ||, && format operators and C: to search pane content. | nicm | 2017-05-29 |
* | Add m: for fnmatch(3) format matching. | nicm | 2017-05-29 |
* | Tweak text to mention initial size, from John Hood. | nicm | 2017-05-29 |
* | Expand formats in option names and add -F flag to do so in option values as w... | nicm | 2017-05-10 |
* | Add a format for the name of the pane's mode, lets it be used as a | nicm | 2017-05-07 |
* | Add some formats to look at the session window stack, suggested by Scott | nicm | 2017-05-05 |
* | Some new notifications, mainly for active pane and current window and | nicm | 2017-05-04 |
* | Add a format for the last search string in copy mode and fix the prompt | nicm | 2017-05-03 |
* | Default for xterm-keys was wrong, stop documenting it. | nicm | 2017-04-28 |
* | Typo in example. | nicm | 2017-04-22 |
* | If a #() command doesn't exit, use its most recent line of output (it | nicm | 2017-04-20 |
* | When the data we have buffered to write to a terminal grows beyond a | nicm | 2017-04-19 |
* | Add a format for number of bytes writtent to client, useful for debugging. | nicm | 2017-04-18 |
* | Give each client a name. This defaults to the tty name as before but | nicm | 2017-04-05 |
* | Add support for the strikethrough attribute (SGR 9), using the new smxx | nicm | 2017-03-22 |
* | "status bar" -> "status line" for consistency, from Benjamin Dopplinger. | nicm | 2017-02-15 |
* | Don't use a bufferevent for the tty, so we can keep better track of what | nicm | 2017-02-10 |
* | Instead of numbering session groups, give them a name which may be given | nicm | 2017-02-09 |
* | Document refresh-client -C. | nicm | 2017-02-09 |
* | Don't lie about the default size in the man page. | nicm | 2017-02-09 |
* | Implement "all event" (1003) mouse mode but in a way that works. The | nicm | 2017-02-01 |
* | Add -n to break-pane. | nicm | 2017-01-29 |
* | If xterm-keys is on, use xterm(1) style keys for Home and End as well as | nicm | 2017-01-25 |
* | Make update-environment an array as well. | nicm | 2017-01-24 |
* | Convert terminal-overrides to an array option. | nicm | 2017-01-24 |