mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Move alternate screen into the screen rather than the pane.
This commit is contained in:
@ -1400,7 +1400,7 @@ server_client_resize_event(__unused int fd, __unused short events, void *data)
|
||||
log_debug("%s: %%%u timer fired (was%s resized)", __func__, wp->id,
|
||||
(wp->flags & PANE_RESIZED) ? "" : " not");
|
||||
|
||||
if (wp->saved_grid == NULL && (wp->flags & PANE_RESIZED)) {
|
||||
if (wp->base.saved_grid == NULL && (wp->flags & PANE_RESIZED)) {
|
||||
log_debug("%s: %%%u deferring timer", __func__, wp->id);
|
||||
server_client_start_resize_timer(wp);
|
||||
} else if (!server_client_resize_force(wp)) {
|
||||
|
Reference in New Issue
Block a user