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

@@ -1057,7 +1057,7 @@ window_pane_set_event(struct window_pane *wp)
NULL, window_pane_error_callback, wp);
if (wp->event == NULL)
fatalx("out of memory");
wp->ictx = input_init(wp, wp->event, &wp->palette);
wp->ictx = input_init(wp, wp->event, &wp->palette, NULL);
bufferevent_enable(wp->event, EV_READ|EV_WRITE);
}