Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue

4797.
This commit is contained in:
nicm
2026-02-03 09:07:44 +00:00
parent 588013bb44
commit 62944da74b
5 changed files with 62 additions and 35 deletions

View File

@@ -494,7 +494,7 @@ window_copy_view_init(struct window_mode_entry *wme,
data->backing = xmalloc(sizeof *data->backing);
screen_init(data->backing, sx, screen_size_y(base), UINT_MAX);
data->ictx = input_init(NULL, NULL, NULL);
data->ictx = input_init(NULL, NULL, NULL, NULL);
data->mx = data->cx;
data->my = screen_hsize(data->backing) + data->cy - data->oy;
data->showmark = 0;