summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/layout.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Both the two previous ways of navigating panes by direction havenicm2014-05-081-2/+1
* Fix crash due to uninitialized lastwp member of layout_cell, reported bynicm2014-02-221-1/+2
* mouse-resize-pane: Only resize on border selectnicm2013-10-101-2/+2
* layout-resize-pane-mouse: Consider visible panes onlynicm2013-10-101-1/+4
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-3/+3
* Add resize-pane -x and -y for absolute pane size (much requested).nicm2013-03-221-1/+37
* Remove the layout undo/redo code which never really worked.nicm2013-01-171-73/+1
* Make mouse event structure clearer by defining events (up, click, drag)nicm2012-10-261-21/+22
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-4/+4
* Fix some indentation.nicm2012-04-011-12/+12
* Fix option name.nicm2012-04-011-2/+2
* Add a layout history which can be stepped through with select-layout -unicm2012-04-011-1/+73
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-1/+3
* Add move-pane command (like join-pane but allows the same window). Alsonicm2012-03-031-10/+25
* Add an option to move the status line to the top of the screen,nicm2012-01-291-3/+3
* Add a new option, mouse-resize-pane. When on, panes may be resized bynicm2011-05-081-1/+48
* Custom layouts. list-windows command displays the layout as a string (such asnicm2010-06-291-51/+79
* New command, join-pane, to split and move an existing pane into the space (likenicm2010-01-071-12/+18
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-24/+24
* Improved layout code.nicm2009-07-191-253/+536
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving thenicm2009-07-141-37/+30
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+373