mirror of
https://github.com/tmux/tmux.git
synced 2026-01-12 09:20:22 +00:00
Add support in screen-write.c to properly display cmd output when there are floating panes on the screen.
This commit is contained in:
@@ -262,8 +262,8 @@ cmd_new_floating_window_exec(struct cmd *self, struct cmdq_item *item)
|
||||
return (CMD_RETURN_ERROR);
|
||||
}
|
||||
}
|
||||
sc.xoff = 0;
|
||||
sc.yoff = 0;
|
||||
sc.xoff = 10;
|
||||
sc.yoff = 10;
|
||||
sc.sx = sx;
|
||||
sc.sy = sy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user