diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-09-25 20:33:01 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-09-25 20:33:01 +1000 |
| commit | 9c2d2ad694635ca53ae4e197ac3a3a1116557525 (patch) | |
| tree | 3d61e084f41abd55709d1eed7ffee81f835abda5 /src/ncurses_ui.hh | |
| parent | de3ff78b22a37f628f5208668f9aed02a7de6606 (diff) | |
Do not set O_NONBLOCK on stdin
It is not necessary, and impacts also writing to stdout, leading
to broken display on old ncurses versions.
Fixes #3087
Diffstat (limited to 'src/ncurses_ui.hh')
| -rw-r--r-- | src/ncurses_ui.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ncurses_ui.hh b/src/ncurses_ui.hh index 296d6ca3..3a7b406a 100644 --- a/src/ncurses_ui.hh +++ b/src/ncurses_ui.hh @@ -121,7 +121,6 @@ private: DisplayCoord m_dimensions; termios m_original_termios{}; - int m_original_stdin_flags; void set_raw_mode() const; |
