summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-command-prompt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Make status_message_set a variadic printf-like function. No functional change -nicm2009-07-151-2/+2
| | | | helpful for a couple of things coming soon.
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
| | | | | | | | | maintain and is only going to get worse as more are used. So instead, add a new uint64_t member to cmd_entry which is a bitmask of upper and lowercase options accepted by the command. This means new single character options can be used without the need to add it explicitly to the list.
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+178
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