| Commit message (Expand) | Author | Age |
| * | 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 |
| * | Remove some lies about terminal-overrides from tmux.1. | nicm | 2017-01-24 |
| * | Add support for custom command aliases, this is an array option which | nicm | 2017-01-24 |
| * | Add -E to detach-client to exec a command to replace the client instead | nicm | 2017-01-13 |
| * | Add a format for terminal type. | nicm | 2017-01-11 |
| * | Some manpage fixes: rephrase a convoluted sentence, make the names of | nicm | 2017-01-10 |
| * | avoid unneccessary markup; tweaked and ok nicm | jmc | 2017-01-10 |
| * | Add %if/%endif for conditionals when parsing configuration files, the | nicm | 2017-01-09 |
| * | Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b" | nicm | 2017-01-09 |
| * | Run the source-file pattern through glob(3). | nicm | 2017-01-09 |
| * | Add note about ccc and initc so people who want it can see it is | nicm | 2017-01-07 |
| * | Incremental search in copy mode (on for emacs keys by default) - much | nicm | 2017-01-06 |
| * | Make send -N work for all keys, not just in copy mode. From Artem Fokin. | nicm | 2016-11-29 |
| * | Make the selection able to exist independent of the cursor position, so | nicm | 2016-11-24 |
| * | Add copy-pipe-and-cancel, from Artem Fokin. | nicm | 2016-11-15 |
| * | Add %%% to substitute with quotes escaped (convert " to \"). Use this | nicm | 2016-10-21 |
| * | xterm-keys was in the wrong place in the list; Dilyan Palauzov. | nicm | 2016-10-18 |
| * | Use the notify name string instead of going via an enum and change | nicm | 2016-10-16 |
| * | Add hook_session and hook_window formats to get information on the | nicm | 2016-10-16 |
| * | Rewrite command queue handling. Each client still has a command queue, | nicm | 2016-10-16 |
| * | zap double .Pp; | jmc | 2016-10-15 |
| * | Fire hooks on the simple notifys (window-renamed and session-renamed), | nicm | 2016-10-15 |
| * | Missing flags in capture-pane, and tweak choose-tree text. From Dilyan Palauzov. | nicm | 2016-10-14 |
| * | Trying to do hooks generically is way too complicated and unreliable and | nicm | 2016-10-13 |
| * | Remove the set-remain-on-exit option, it was always a hack and can now | nicm | 2016-10-13 |
| * | Remove mention of key tables than no longer exist. | nicm | 2016-10-13 |
| * | -f missed from splitw usage, from Felix Rosencrantz. | nicm | 2016-10-13 |
| * | bind-key -c has gone, remove from man page, and unused table declarations. | nicm | 2016-10-12 |
| * | Drop the edit mode key tables and just use fixed key bindings for the | nicm | 2016-10-12 |
| * | The repeat prompt in both emacs and vi (and the old one in tmux) doesn't | nicm | 2016-10-12 |
| * | Support double and triple clicks (they are cumulative, so double is | nicm | 2016-10-11 |
| * | Fundamental change to how copy mode key bindings work: | nicm | 2016-10-11 |
| * | Document set-hook -u. | nicm | 2016-10-03 |
| * | Allow repeat count to be specified in mode key tables with bind-key -R, | nicm | 2016-09-12 |
| * | Add support for performing a full width split (with splitw -f), rather | nicm | 2016-09-04 |
| * | Two minor fixes from dilyan palauzov. | nicm | 2016-08-22 |
| * | We only replace the first %%, not multiple (use %2 for second). | nicm | 2016-08-03 |
| * | Allow a command to be specified to display-panes, similar to | nicm | 2016-06-16 |
| * | Add missing buffer_name format, from Awal Garg. | nicm | 2016-06-15 |
| * | Add -F to list-commands. | nicm | 2016-06-15 |
| * | - Rework load_cfg() error handling a little. | tim | 2016-05-12 |
| * | Missing format (window_activity_flag) and a missing Ta. | nicm | 2016-05-01 |