summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-list-keys.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up some includes.nicm2014-10-201-2/+2
* Move list-commands into list-keys.nicm2014-10-201-1/+33
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-9/+9
* Add copy-pipe mode command to copy selection and also pipe to a command.nicm2013-03-221-3/+6
* Fix some function prototypes from Helmut Tessarek.nicm2012-10-151-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-8/+7
* Use RB trees not SPLAY.nicm2012-01-211-5/+5
* Reset flags on every loop or it is displayed too often, from Chrisnicm2011-12-271-2/+2
* flags[] should be initialized. From Thomas Adam.nicm2011-07-081-1/+3
* Change the list-keys format so that it shows the keys using actual tmuxnicm2011-07-041-22/+34
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-12/+13
* Mark repeating keys with "(repeat)" in the key list.nicm2010-10-201-1/+6
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Mark -n keys with (no prefix) rather than [].nicm2009-11-181-5/+7
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* key_string_lookup_key uses a static buffer, so copy its output into the workingnicm2009-11-051-9/+11
* Final pieces of mode key rebinding: bind-key and unbind-key now accept a -tnicm2009-07-281-6/+2
* Next step towards customisable mode keys: build each default table of keys intonicm2009-07-281-7/+58
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Permit commands to be bound to key presses without the prefix key first. Thenicm2009-07-241-7/+13
* Adjust field width to fit longest key when listing.nicm2009-07-211-2/+17
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+59