summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/layout-set.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some more long lines.nicm2014-04-171-3/+3
* Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.nicm2011-11-091-3/+3
* Prevent tiled producing a corrupt layout when only one column is needed,nicm2011-03-071-2/+2
* Add other-pane-height and other-pane-width options, allowing the widthnicm2010-12-191-5/+25
* In the built-in layouts, distribute the panes more evenly. Set thenicm2010-12-081-44/+43
* Add a tiled layout, originally from Liam Bedford a while ago, fixed upnicm2010-04-251-1/+102
* Fix divide by zero on small windows with main-* layouts.nicm2010-02-031-1/+5
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-11/+11
* If select-layout is not given an argument, repply the last layout used in thenicm2009-07-281-13/+24
* Kill some dead stores and fix a null pointer deref, found by clang.nicm2009-07-201-7/+5
* Improved layout code.nicm2009-07-191-0/+436