summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-rotate-window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-11/+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-4/+4
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-6/+6
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-18/+13
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-4/+4
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Tidy up keys: use an enum for the key codes, and remove the macros which justnicm2009-07-211-2/+2
* Improved layout code.nicm2009-07-191-3/+18
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving thenicm2009-07-141-12/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-4/+4
* Use the pane flags not the window flags. Doh.nicm2009-06-251-3/+3
* Remove trailing newlines, spaces, and tabs.ray2009-06-051-2/+2
* When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmuxnicm2009-06-031-2/+13
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+111