summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/options-cmd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate duplicate code and ease the passage for server-wide options by addingnicm2009-12-031-263/+0
| | | | | | | a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w.
* Permit multiple prefix keys to be defined, separated by commas, for example:nicm2009-09-221-10/+29
| | | | | | | set -g prefix ^a,^b Any key in the list acts as the prefix. The send-prefix command always sends the first key in the list.
* Use option print function for info messages as well.nicm2009-09-211-29/+40
|
* Move common code from show-options and show-window-options into a function.nicm2009-09-211-1/+41
|
* Add a -a flag to set-option and set-window-option to append to an existingnicm2009-08-041-4/+15
| | | | string value, useful for terminal-overrides.
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+182
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti