forked from pool/alsa-utils
14 lines
381 B
Diff
14 lines
381 B
Diff
diff --git a/alsamixer/mainloop.c b/alsamixer/mainloop.c
|
|
index 7a5ffdc..388f962 100644
|
|
--- a/alsamixer/mainloop.c
|
|
+++ b/alsamixer/mainloop.c
|
|
@@ -45,7 +45,7 @@ void initialize_curses(bool use_color)
|
|
cbreak();
|
|
noecho();
|
|
#ifdef NCURSES_VERSION
|
|
- set_escdelay(100);
|
|
+ // set_escdelay(100);
|
|
#endif
|
|
window_size_changed(); /* update screen_lines/cols */
|
|
init_colors(use_color);
|