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