summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/resize.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Label windows which are smaller than expected with a reason.nicm2014-11-141-4/+12
* Don't let force-width or force-height be < PANE_MINIMUM.nicm2014-11-121-3/+3
* Make session_attached a count and add session_many_attached flag.nicm2014-03-311-1/+3
* Make recalculate_sizes() handle an empty window with no activenicm2013-10-101-2/+2
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-3/+7
* Do not include status line in size calculations in control mode.nicm2013-03-211-14/+17
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-1/+2
* Store sessions in an RB tree by name rather than a list, this is tidiernicm2010-12-211-9/+4
* There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tnicm2010-11-221-5/+2
* Having a list of winlinks->alerts for each session is stupid, just storenicm2010-06-211-2/+2
* Don't allow locked or suspended clients to limit the size of active clients.nicm2009-09-241-2/+2
* Improved layout code.nicm2009-07-191-2/+2
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving thenicm2009-07-141-1/+16
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+138