summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-resize-pane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-49/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-3/+20
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-7/+7
* Add resize-pane -x and -y for absolute pane size (much requested).nicm2013-03-221-3/+26
* Remove the layout undo/redo code which never really worked.nicm2013-01-171-2/+1
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-7/+7
* Add a layout history which can be stepped through with select-layout -unicm2012-04-011-1/+2
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-47/+53
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-19/+17
* Merge pane number into the target specification for pane commands. Instead ofnicm2009-07-301-18/+9
* 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-10/+10
* Improved layout code.nicm2009-07-191-9/+28
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-5/+5
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+105