tmux-resurrect/scripts
Arno Mayrhofer ad52ade4bf Preserving layout of zoomed windows across restores
The problem is that tmux list-window shows only the current pane layout
if a pane is maximized. This is a bug in tmux. In order to avoid this
bug we unzoom the window when saving and zoom in again after saving.
This implies that the Z flag is no longer set in list-windows, and so it
can't be used when restoring. Instead we use the Z flag of the panes
(which still have it) to restore the zoom.
2014-10-25 18:29:52 +02:00
..
check_tmux_version.sh Support only Tmux v1.9 or greater 2014-08-26 15:47:31 +02:00
helpers.sh Preserving layout of zoomed windows across restores 2014-10-25 18:29:52 +02:00
process_restore_helpers.sh Small bugfix: text command arguments 2014-09-24 14:25:30 +02:00
restore.exp Command line script that fully restores tmux environment 2014-09-24 14:33:46 +02:00
restore.sh Preserving layout of zoomed windows across restores 2014-10-25 18:29:52 +02:00
save.sh Preserving layout of zoomed windows across restores 2014-10-25 18:29:52 +02:00
spinner_helpers.sh Show spinner during the env save process 2014-08-29 19:51:47 +02:00
tmux_spinner.sh Quote arguments in `tmux display-message` 2014-09-24 14:30:05 +02:00
variables.sh Flag gate the bash history restore feature 2014-10-17 22:33:29 +02:00