File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -246,14 +246,8 @@ dump_windows() {
246
246
fi
247
247
# window_layout is not correct for zoomed windows
248
248
if [[ " $window_flags " == * Z* ]]; then
249
- # unmaximize the window
250
- toggle_window_zoom " ${session_name} :${window_index} "
251
249
# get correct window layout
252
250
window_layout=" $( tmux display-message -p -t " ${session_name} :${window_index} " -F " #{window_layout}" ) "
253
- # sleep required otherwise vim does not redraw correctly, issue #112
254
- sleep 0.1 || sleep 1 # portability hack
255
- # maximize window again
256
- toggle_window_zoom " ${session_name} :${window_index} "
257
251
fi
258
252
echo " ${line_type}${d}${session_name}${d}${window_index}${d}${window_active}${d}${window_flags}${d}${window_layout} "
259
253
done
You can’t perform that action at this time.
0 commit comments