mirror of
https://github.com/tmux/tmux.git
synced 2026-01-12 01:00:22 +00:00
Fix scrolling, redraw, and borders of floating panes.
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 = 20;
|
||||
sc.yoff = 20;
|
||||
sc.xoff = 10;
|
||||
sc.yoff = 10;
|
||||
sc.sx = sx;
|
||||
sc.sy = sy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user