diff --git a/src/hci/mucurses/kb.c b/src/hci/mucurses/kb.c index 8f46bf67..a68cf26a 100644 --- a/src/hci/mucurses/kb.c +++ b/src/hci/mucurses/kb.c @@ -16,7 +16,7 @@ int m_delay; /* 0 : non-blocking read > 0 : timed blocking read */ -static bool m_echo; +bool m_echo; bool m_cbreak; #if 0