summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-show-window-options.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that parsing is common, merge some of the small, related commandsnicm2011-01-041-49/+0
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-9/+8
* Eliminate duplicate code and ease the passage for server-wide options by addingnicm2009-12-031-23/+4
* 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