summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-show-options.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-3/+1
* Do not show the -fg, -bg and -attr options. If asked for one explicitly,nicm2014-04-171-7/+15
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-3/+1
* Add -q flags to shut up errors to capture-pane and show-options, fromnicm2013-03-251-8/+14
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-22/+22
* Add user options, prefixed with @. May be set to any arbitrary string.nicm2013-03-211-23/+69
* Add -v to set and setw to show only option value.nicm2013-03-211-9/+17
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-9/+9
* Allow a single option to be specified to show-options to show just thatnicm2012-02-251-7/+23
* Add a flag to cmd_find_session so that attach-session can prefernicm2011-04-051-2/+2
* Now that parsing is common, merge some of the small, related commandsnicm2011-01-041-2/+13
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-14/+13
* Move the user-visible parts of all options (names, types, limit, defaultnicm2011-01-011-16/+15
* Add "server options" which are server-wide and not bound to a session ornicm2009-12-101-4/+7
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Eliminate duplicate code and ease the passage for server-wide options by addingnicm2009-12-031-12/+28
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-3/+3
* Move common code from show-options and show-window-options into a function.nicm2009-09-211-42/+6
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bitnicm2009-07-151-5/+2
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-3/+3
* Rename the global options variables to be shorter and to make session optionsnicm2009-07-071-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+110