mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 08:16:08 +00:00
Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control
mode %output blocks.
This commit is contained in:
@@ -637,8 +637,6 @@ tty_keys_next(struct tty *tty)
|
||||
struct mouse_event m = { 0 };
|
||||
struct key_event *event;
|
||||
|
||||
gettimeofday(&tv, NULL);
|
||||
|
||||
/* Get key buffer. */
|
||||
buf = EVBUFFER_DATA(tty->in);
|
||||
len = EVBUFFER_LENGTH(tty->in);
|
||||
|
||||
Reference in New Issue
Block a user