Age | Commit message (Expand) | Author |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-04-17 | Remove the "info" message mechanism, this was only used for about five | Nicholas Marriott |
2014-04-17 | Extend the -q flag to set-option to suppress errors about unknown | Nicholas Marriott |
2014-02-17 | Don't crash when given a invalid colour, reported by Felix Rosencrantz, | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-07-05 | Clarify error messages when setting options, from Thomas Adam. | Nicholas Marriott |
2013-03-24 | Add a -o option to set-option to prevent setting an option already set, | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-21 | Add user options, prefixed with @. May be set to any arbitrary string. | Nicholas Marriott |
2013-03-21 | Add -v to set and setw to show only option value. | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-04-08 | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a | Nicholas Marriott |
2012-03-17 | Add -q option to set-option to turn off info message, from marcel partap. | Nicholas Marriott |
2012-02-25 | Allow a single option to be specified to show-options to show just that | Nicholas Marriott |
2012-01-21 | Drop the ability to have a list of keys in the prefix in favour of two | Nicholas Marriott |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-03-29 | For convenience, work out what type of option is being set by name | Nicholas Marriott |
2011-03-29 | Checking for particular options and redrawing is not necessary as we | Nicholas Marriott |
2011-03-29 | Update an out-of-date and inaccurate comment. | Nicholas Marriott |
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott |
2011-01-04 | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott |
2011-01-04 | argc will be 1 not 2 with no option value. | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2011-01-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-12-19 | Add other-pane-height and other-pane-width options, allowing the width | Nicholas Marriott |
2010-12-06 | Add an option to alert (monitor) for silence (lack of activity) in a | Nicholas Marriott |
2010-09-26 | Two new options: | Nicholas Marriott |
2010-09-01 | Reset running jobs when the status line is enabled or disabled as well, | Nicholas Marriott |
2010-06-27 | New option, detach-on-destroy, to set what happens to a client when the session | Nicholas Marriott |
2010-05-14 | Colour+attribute options for status line alerts, from Alex Alexander. | Nicholas Marriott |
2010-02-22 | Option to set the characters considered word separators in copy mode, from | Nicholas Marriott |
2010-02-08 | Add an option to disable the smcup/rmcup alternate screen behaviour inside | Nicholas Marriott |
2010-02-04 | Option to display the active pane in a different colour with the display-panes | Nicholas Marriott |
2010-01-03 | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott |
2009-12-14 | New server option, escape-time, to set the timeout used to detect if escapes | Nicholas Marriott |
2009-12-11 | Use quiet variable, and add missing sentinel to options array. | Nicholas Marriott |
2009-12-10 | Add "server options" which are server-wide and not bound to a session or | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-11-18 | Add a per-client log of status line messages displayed while that client | Nicholas Marriott |
2009-11-13 | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott |
2009-11-01 | Add a flag for jobs that shouldn't be freed after they've died and use it for | Nicholas Marriott |
2009-10-10 | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott |
2009-10-10 | New option, mouse-select-pane. If on, the mouse may be used to select the | Nicholas Marriott |
2009-10-10 | Support for individual session idle time locking. May be enabled by turning off | Nicholas Marriott |
2009-09-23 | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott |