From 8072f085d2edc254334af52261c6ff68d9143834 Mon Sep 17 00:00:00 2001 From: erw7 Date: Sun, 28 Apr 2019 18:46:48 +0900 Subject: win: stream_init() issue with tty on Windows #9884 ref #9825 --- src/nvim/tui/input.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/nvim/tui/input.h') diff --git a/src/nvim/tui/input.h b/src/nvim/tui/input.h index 573cc9d683..7d59cf5c6a 100644 --- a/src/nvim/tui/input.h +++ b/src/nvim/tui/input.h @@ -17,9 +17,6 @@ typedef struct term_input { #endif TimeWatcher timer_handle; Loop *loop; -#ifdef WIN32 - uv_tty_t tty_in; -#endif Stream read_stream; RBuffer *key_buffer; uv_mutex_t key_buffer_mutex; -- cgit