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