summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/layout-custom.c
AgeCommit message (Expand)Author
2023-02-02Add a missing error message which causes an invalid layout name to crash.Nicholas Marriott
2022-05-30Better error reporting when applying custom layouts.Nicholas Marriott
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.Nicholas Marriott
2019-11-28Make a best effort to set xpixel and ypixel for each pane and addNicholas Marriott
2019-10-19Do not crash trying to fix layout size if only one cell, from Azat Khuzhin.Nicholas Marriott
2019-10-14Some old tmux versions can sometimes generate layout strings which haveNicholas Marriott
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingNicholas Marriott
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-06-15Use the right format modifier when comparing, and remove a couple ofNicholas Marriott
2019-06-12Do not always resize the window back to its original size after applyingNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2016-10-16Use the notify name string instead of going via an enum and changeNicholas Marriott
2016-08-03Fix minimum size when pane status line is enabled, reported by Y Petremann.Nicholas Marriott
2016-07-15Wrap some long lines and apply some static.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-04-21Always format real layout even when zoomed.Nicholas Marriott
2013-03-25Fix handling of short (< 4 character) checksums and a bug with parsingNicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-02-05Check for the right return value from sscanf.Nicholas Marriott
2012-01-30Add pane id to each pane in layout description (while still acceptingNicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott