| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | Allow a command to be specified to display-panes, similar to | nicm | 2016-06-16 | |
| | | | | | | | | | command-prompt, rather than always just selecting the pane. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-06-15 | |
| |\| | ||||
| | * | Add missing buffer_name format, from Awal Garg. | nicm | 2016-06-15 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-06-15 | |
| |\| | ||||
| | * | Add -F to list-commands. | nicm | 2016-06-15 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-05-12 | |
| |\| | ||||
| | * | - Rework load_cfg() error handling a little. | tim | 2016-05-12 | |
| | | | | | | | | | | | | | - Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@ | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-05-01 | |
| |\| | ||||
| | * | Missing format (window_activity_flag) and a missing Ta. | nicm | 2016-05-01 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-30 | |
| |\| | ||||
| | * | tweak previous; | jmc | 2016-04-29 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-29 | |
| |\| | ||||
| | * | Compact a small table into text. | nicm | 2016-04-29 | |
| | | | ||||
| | * | Add option to include status text in the pane borders. If | nicm | 2016-04-29 | |
| | | | | | | | | | | | | | | | | | | | pane-border-status is set to "top" or "bottom" (rather than "off"), every pane has a permanent top or bottom border containing the text from pane-border-format. Based on a diff sent long ago by Jonathan Slenders, mostly rewritten and simplified by me. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-29 | |
| |\| | ||||
| | * | Final parts of command hooks, add before- and after- hooks to each command. | nicm | 2016-04-29 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-04-27 | |
| |\| | ||||
| | * | Add next/previous paragraph, from J Raynor. | nicm | 2016-04-27 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-18 | |
| |\| | ||||
| | * | Instead of reusing MouseUp at the finish of a drag, add a new key | nicm | 2016-03-18 | |
| | | | | | | | | | MouseDragEnd. It can be useful to bind them separately in copy mode. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-03-02 | |
| |\| | | | | | | | | | Conflicts: utf8.c | |||
| | * | Fix break-pane synopsis and some other tmux.1 bits. | nicm | 2016-03-01 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-31 | |
| |\| | ||||
| | * | Support negative trim values (#{=-10:pane_title}) to trim from the end, | nicm | 2016-01-31 | |
| | | | | | | | | | suggested by Kevin Brubeck Unhammer. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-29 | |
| |\| | ||||
| | * | Support for RGB colour, using the extended cell mechanism to avoid | nicm | 2016-01-29 | |
| | | | | | | | | | | | | | | | | | wasting unnecessary space. The 'Tc' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry), if not tmux will map to the closest of the 256 or 16 colour palettes. Mostly from Suraj N Kurapati, based on a diff originally by someone else. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-19 | |
| |\| | ||||
| | * | I no longer use my SourceForge address so replace it. | nicm | 2016-01-19 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2016-01-16 | |
| |\| | ||||
| | * | Add hooks for alerts (bell, silence, activity), from Thomas Adam. | nicm | 2016-01-16 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-17 | |
| |\| | ||||
| | * | Add infrastructure to work out the best target given a pane or window | nicm | 2015-12-16 | |
| | | | | | | | | | alone and use it to add pane_died and pane_exited hooks. | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-12 | |
| |\| | ||||
| | * | Add key-table option to set the default key table for a session, allows | nicm | 2015-12-12 | |
| | | | | | | | | | different key bindings for different sessions and a few other things. | |||
| | * | Allow prefix and prefix2 to be set to None to disable (useful if you | nicm | 2015-12-12 | |
| | | | | | | | | | would rather bind the prefix in the root table). | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-11 | |
| |\| | ||||
| | * | Mention {src,dst}-{window,pane} where we define target-{window,pane}. | nicm | 2015-12-11 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-11 | |
| |\| | ||||
| | * | Add cmdq as an argument to format_create and add a format for the | nicm | 2015-12-11 | |
| | | | | | | | | | command name (will also be used for more later). | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-12-08 | |
| |\| | ||||
| | * | Ed was meant to be El; | jmc | 2015-12-08 | |
| | | | ||||
| * | | Conflicts: | Thomas Adam | 2015-12-08 | |
| |\| | | | | | | | Makefile | |||
| | * | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | nicm | 2015-12-08 | |
| | | | | | | | | | | | | | couple of not very useful client hooks. This will eventually let commands be run at various points and on notifications. Joint work with Thomas Adam. | |||
| * | | termios(4) | Nicholas Marriott | 2015-12-08 | |
| | | | ||||
| * | | pty(7) -> pty(4) | Nicholas Marriott | 2015-12-08 | |
| | | | ||||
| * | | pty is in section 4 | Nicholas Marriott | 2015-12-08 | |
| | | | ||||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-29 | |
| |\| | ||||
| | * | Delete a duplicated line | guenther | 2015-11-29 | |
| | | | | | | | | | ok jmc@ | |||
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-11-25 | |
| |\| | | | | | | | | | | | | | Conflicts: log.c proc.c tmux.c | |||
| | * | Make environ_set va_args and use it to tidy up some calls. Also add a | nicm | 2015-11-24 | |
| | | | | | | | | | missing word in manpage (from jmc). | |||