summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/layout-custom.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm2021-03-111-2/+2
* Make a best effort to set xpixel and ypixel for each pane and addnicm2019-11-281-2/+2
* Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.nicm2019-10-191-2/+2
* Some old tmux versions can sometimes generate layout strings which havenicm2019-10-141-2/+69
* Do not lazily use BUFSIZ for "I don't care what size" when buildingnicm2019-10-031-2/+2
* Make layout_fix_offsets take a window like layout_fix_panes.nicm2019-07-151-2/+2
* Use the right format modifier when comparing, and remove a couple ofnicm2019-06-151-4/+3
* Do not always resize the window back to its original size after applyingnicm2019-06-121-5/+2
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-2/+2
* Use the notify name string instead of going via an enum and changenicm2016-10-161-2/+2
* Fix minimum size when pane status line is enabled, reported by Y Petremann.nicm2016-08-031-2/+2
* Wrap some long lines and apply some static.nicm2016-07-151-12/+15
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Always format real layout even when zoomed.nicm2015-04-211-3/+3
* Fix handling of short (< 4 character) checksums and a bug with parsingnicm2013-03-251-4/+7
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-1/+3
* Check for the right return value from sscanf.nicm2012-02-051-2/+2
* Add pane id to each pane in layout description (while still acceptingnicm2012-01-301-4/+15
* Get rid of the layout string code which tries to walk through the layoutnicm2011-06-051-1/+12
* Custom layouts. list-windows command displays the layout as a string (such asnicm2010-06-291-0/+264