mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Require layout prefix to be 5 characters, GitHub issue 5067 from
cglosner at gmail dot com.
This commit is contained in:
@@ -469,7 +469,7 @@ window_copy_init(struct window_mode_entry *wme,
|
||||
struct screen *base = &wp->base;
|
||||
struct screen_write_ctx ctx;
|
||||
u_int i, cx, cy;
|
||||
|
||||
|
||||
data = window_copy_common_init(wme);
|
||||
data->backing = window_copy_clone_screen(base, &data->screen, &cx, &cy,
|
||||
wme->swp != wme->wp);
|
||||
|
||||
Reference in New Issue
Block a user