Age | Commit message (Expand) | Author |
2019-11-14 | Change window-size default from smallest to latest. | Nicholas Marriott |
2019-11-14 | Add an option to set the key sent by backspace for those whose system | Nicholas Marriott |
2019-09-19 | Add a "latest" window-size option which tries to size windows based on | Nicholas Marriott |
2019-09-15 | Add push-default and pop-default in styles to change the default colours | Nicholas Marriott |
2019-06-26 | Add #define for the pane status line option position numbers. | Nicholas Marriott |
2019-06-20 | allow-rename and alternate-screen can be pane options. | Nicholas Marriott |
2019-06-20 | Add a per-pane option set. Pane options inherit from window options (so | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-04-26 | Merge hooks into options and make each one an array option. This allows | Nicholas Marriott |
2019-04-23 | Indicate an array option with a flag rather than a special type so that | Nicholas Marriott |
2019-04-07 | Current window style also needs to be tested for default. | Nicholas Marriott |
2019-04-02 | Silence flag should use the same option as activity, reported by Thomas | Nicholas Marriott |
2019-03-19 | Include window-status-style and window-status-current style in the format. | Nicholas Marriott |
2019-03-18 | The individual -fg, -bg and -attr options have been deprecated (in | Nicholas Marriott |
2019-03-18 | Extend the #[] style syntax and use that together with previous format | Nicholas Marriott |
2018-10-25 | Add a "terminal" colour which can be used instead of "default" in style | Nicholas Marriott |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2018-04-23 | Add KRB5CCNAME to update-environment. | Nicholas Marriott |
2018-02-22 | Add exit-empty option to exit server if no sessions (defaults to on). | Nicholas Marriott |
2017-10-25 | Default allow-rename to off because it is ridiculous that applications | Nicholas Marriott |
2017-08-17 | Add monitor-bell window option to match the activity and silence | Nicholas Marriott |
2017-08-16 | Rename BELL_* values to ALERT_* now they are used by more than bells, | Nicholas Marriott |
2017-07-26 | Make bell, activity and silence alerting more consistent: | Nicholas Marriott |
2017-06-23 | Add user-keys option to allow user-defined keys to be set, from Dan | 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 | Store a copy of the old status line, will be needed soon for new choose mode. | 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 | server-info can become an alias rather than a command. | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-16 | Revert WIP parts of previous I didn't mean to commit yet. | Nicholas Marriott |
2017-01-16 | getopt() has a struct option so just return to using options_entry. | Nicholas Marriott |
2017-01-15 | Major tidy up and rework of options tree and set-option/show-options | Nicholas Marriott |
2017-01-15 | Remove unused quiet option. | Nicholas Marriott |
2017-01-12 | Simplify appending to string options. | Nicholas Marriott |
2017-01-11 | Some tidying and tweaks to options code. | Nicholas Marriott |
2016-12-30 | Change the xterm-keys option to default to on, so that tmux will | Nicholas Marriott |
2016-10-13 | Remove the set-remain-on-exit option, it was always a hack and can now | Nicholas Marriott |
2016-10-03 | Remove some dead code in cmd-move-window.c and make a load of local | Nicholas Marriott |
2016-05-04 | Fix up a couple of long lines. | Nicholas Marriott |
2016-04-29 | Add option to include status text in the pane borders. If | Nicholas Marriott |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-12-12 | Add key-table option to set the default key table for a session, allows | Nicholas Marriott |
2015-11-24 | Don't allow options in table without scope set. | Nicholas Marriott |
2015-11-22 | If display-time is set to 0, show status messages until a key is pressed; | Tim van der Molen |
2015-11-20 | Instead of separate tables for different types of options, give each | Nicholas Marriott |
2015-11-12 | Nuke the utf8 and status-utf8 options and make tmux only a UTF-8 | Nicholas Marriott |
2015-11-12 | Default history-file should be "" not NULL, from Greg Onufe. | Nicholas Marriott |
2015-11-11 | Drop mouse-utf8 option and always turn on UTF-8 mouse if the client says | Nicholas Marriott |