1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-26 13:02:01 +03:00

remove commented line in ncurses.cc

This commit is contained in:
Maxime Coste 2013-03-05 19:21:29 +01:00
parent ca1d957829
commit 3e7344fb14

View File

@ -90,7 +90,6 @@ void on_sigint(int)
NCursesUI::NCursesUI() NCursesUI::NCursesUI()
: m_stdin_watcher{0, [this](FDWatcher&){ if (m_input_callback) m_input_callback(); }} : m_stdin_watcher{0, [this](FDWatcher&){ if (m_input_callback) m_input_callback(); }}
{ {
//setlocale(LC_CTYPE, "");
initscr(); initscr();
cbreak(); cbreak();
noecho(); noecho();