mirror of
https://github.com/tmux/tmux.git
synced 2026-04-16 03:56:28 +00:00
Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue
4797.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user