mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -250,5 +250,6 @@ input_key_mouse(struct window_pane *wp, struct mouse_event *m)
|
||||
buf[len++] = x + 33;
|
||||
buf[len++] = y + 33;
|
||||
}
|
||||
log_debug("writing mouse %.*s", (int)len, buf);
|
||||
bufferevent_write(wp->event, buf, len);
|
||||
}
|
||||
|
Reference in New Issue
Block a user