diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screen.c b/src/screen.c index 7b29f1f1e..c2c1e7fda 100644 --- a/src/screen.c +++ b/src/screen.c @@ -465,7 +465,9 @@ screen_init(mpdclient_t *c) /* tell curses not to do NL->CR/NL on output */ nonl(); /* use raw mode (ignore interrupt,quit,suspend, and flow control ) */ +#ifdef ENABLE_RAW_MODE raw(); +#endif /* don't echo input */ noecho(); /* set cursor invisible */ |