mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-05 16:06:57 +00:00
Test resurrect save feature
This commit is contained in:
12
tests/helpers/resurrect_helpers.sh
Normal file
12
tests/helpers/resurrect_helpers.sh
Normal file
@ -0,0 +1,12 @@
|
||||
install_tmux_resurrect_helper() {
|
||||
rm -rf ~/.tmux/plugins/tmux-resurrect/
|
||||
cd "$CURRENT_DIR"
|
||||
git clone --recursive ../ ~/.tmux/plugins/tmux-resurrect/ >/dev/null 2>&1
|
||||
cd - >/dev/null
|
||||
}
|
||||
|
||||
# we want "fixed" dimensions no matter the size of real display
|
||||
set_screen_dimensions() {
|
||||
stty cols 200
|
||||
stty rows 50
|
||||
}
|
Reference in New Issue
Block a user