Require layout prefix to be 5 characters, GitHub issue 5067 from

cglosner at gmail dot com.
This commit is contained in:
nicm
2026-05-07 09:21:05 +00:00
parent 962e565591
commit 496805476e
2 changed files with 4 additions and 3 deletions

View File

@@ -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);