From a3d7f579b321e8476599fd246f67b56aaba5400b Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 12 Jul 2004 19:50:36 +0000 Subject: Added configure option --disable-raw-mode git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1855 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/screen.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 */ -- cgit v1.2.3