- 27 Aug, 2021 3 commits
-
-
A Farzat authored
In restore_window_properties function, the window_name is set globally at first, but now it is first declared as local to prevent that from happening.
-
A Farzat authored
First, increment the relevant indices in the awk statements regarding windows, as now the window_name entry exists. Second, remove the window_name entry from the dump_pane_contents and dump_shell_history functions as it no longer exists in the format.
-
A Farzat authored
First, make sure to include the ":" placeholder in the window_name format. Second, decrement the indices in relevant awk commands to make sure they point to the right items.
-
- 26 Aug, 2021 1 commit
-
-
A Farzat authored
Previously, window names were set when creating panes and were therefore saved with pane data. However, saving the names with window data is more intuitive and easier to manage. In addition, one can set the name and automatic-rename options in the same function, so one can make sure that renaming the windows will not overwrite the automatic-rename option.
-
- 23 Aug, 2021 1 commit
-
-
A Farzat authored
When the session is restored, the windows are renamed to their original names switching off automatic-rename, which can be undesirable. Therefore the value of automatic-rename is now saved for each window and restored after the renaming. If the value is set, that value is saved and then applied. Otherwise, a placeholder of ':' is placed instead, in which case the local option is unset for that window (as it originally was).
-
- 05 Jul, 2021 1 commit
-
-
Yordan Georgiev authored
-
- 18 Sep, 2020 1 commit
-
-
Diego Ximenes authored
-
- 03 Aug, 2020 1 commit
-
-
Bruno Sutic authored
-
- 06 Dec, 2019 1 commit
-
-
Helmut K. C. Tessarek authored
-
- 07 Jan, 2019 1 commit
-
-
*Kim Zick (rummik) authored
-
- 29 Dec, 2018 1 commit
-
-
*Kim Zick (rummik) authored
-
- 28 Dec, 2018 2 commits
-
-
*Kim Zick (rummik) authored
-
donat-b authored
-
- 10 Dec, 2018 1 commit
-
-
Lars Wilke authored
If pane content is restored and no default-command is set, restore.sh falls back to default-shell, which tmux sets automatically and calls as a login shell. In pane_creation_command() we need to make sure to call default-shell as a login shell. As tmux does. But take care not to call default-command as a login shell.
-
- 20 Aug, 2018 1 commit
-
-
Ash Berlin-Taylor authored
And make the hook calling simpler at the call site.
-
- 17 Aug, 2018 1 commit
-
-
Sergey Vlasov authored
-
- 04 Dec, 2017 1 commit
-
-
Kevin Tindall authored
-
- 30 Oct, 2017 1 commit
-
-
Robert Malko authored
-
- 04 Jun, 2017 2 commits
-
-
Mohammad Alsaleh authored
Also make @resurrect-save-bash-history an alias to the new option. Signed-off-by:
Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
-
Mohammad Alsaleh authored
Signed-off-by:
Mohammad Alsaleh <CE.Mohammad.AlSaleh@gmail.com>
-
- 01 Jun, 2017 1 commit
-
-
Bruno Sutic authored
-
- 30 May, 2017 1 commit
-
-
Bruno Sutic authored
This reverts commit 0a6f9078.
-
- 07 May, 2017 1 commit
-
-
Klas Mellbourn authored
as suggested in https://github.com/tmux-plugins/tmux-resurrect/issues/141
-
- 06 May, 2017 1 commit
-
-
Klas Mellbourn authored
-
- 29 Jan, 2016 1 commit
-
-
Heath Naylor authored
-
- 10 Jul, 2015 1 commit
-
-
Bruno Sutic authored
-
- 08 Jul, 2015 1 commit
-
-
Bruno Sutic authored
-
- 07 Jul, 2015 1 commit
-
-
Bruno Sutic authored
-
- 12 May, 2015 1 commit
-
-
Bruno Sutic authored
-
- 09 May, 2015 1 commit
-
-
Bruno Sutic authored
-
- 17 Mar, 2015 1 commit
-
-
quentin authored
This feature is controlled by the '@resurrect-capture-pane-contents' option. Currently only the visible area of each pane is saved and restored.
-
- 12 Feb, 2015 2 commits
-
-
Bruno Sutic authored
It's faster now.
-
Bruno Sutic authored
-
- 10 Feb, 2015 6 commits
-
-
Bruno Sutic authored
-
Bruno Sutic authored
-
Bruno Sutic authored
-
Bruno Sutic authored
-
Bruno Sutic authored
-
Bruno Sutic authored
-
- 25 Oct, 2014 1 commit
-
-
Arno Mayrhofer authored
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.
-