summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-select-layout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-131-3/+4
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-131-4/+4
* Set the window size as well as the layout size when using the presetnicm2019-04-171-1/+2
* Fire notify for select-layout, from George Nachman.nicm2018-07-021-1/+2
* Add a common function for spreading out cells and use it for the twonicm2017-11-151-12/+17
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-5/+5
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-5/+6
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.nicm2016-10-141-4/+4
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-3/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-4/+10
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-16/+25
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-8/+5
* Add select-layout -o to undo the last layout change (apply the previouslynicm2015-04-281-22/+49
* Missed a couple of cmd_entry struct members from previous.nicm2014-10-201-1/+2
* Instead of setting up the default keys by building the key structnicm2014-10-201-31/+1
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-171-4/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-4/+1
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-1/+2
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-8/+8
* Unused variable/type nit from Thomas Adam.nicm2013-01-301-3/+1
* Remove the layout undo/redo code which never really worked.nicm2013-01-171-36/+11
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-12/+12
* Turn some errors down to info.nicm2012-04-011-3/+3
* Add a layout history which can be stepped through with select-layout -unicm2012-04-011-12/+37
* Add pane id to each pane in layout description (while still acceptingnicm2012-01-301-1/+4
* Now that parsing is common, merge some of the small, related commandsnicm2011-01-041-4/+40
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-36/+39
* Custom layouts. list-windows command displays the layout as a string (such asnicm2010-06-291-7/+10
* Add a tiled layout, originally from Liam Bedford a while ago, fixed upnicm2010-04-251-1/+4
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-3/+3
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* If select-layout is not given an argument, repply the last layout used in thenicm2009-07-281-8/+12
* 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-6/+6
* Improved layout code.nicm2009-07-191-12/+12
* 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/+86