mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 12:36:11 +03:00
remove commented line in ncurses.cc
This commit is contained in:
parent
ca1d957829
commit
3e7344fb14
@ -90,7 +90,6 @@ void on_sigint(int)
|
||||
NCursesUI::NCursesUI()
|
||||
: m_stdin_watcher{0, [this](FDWatcher&){ if (m_input_callback) m_input_callback(); }}
|
||||
{
|
||||
//setlocale(LC_CTYPE, "");
|
||||
initscr();
|
||||
cbreak();
|
||||
noecho();
|
||||
|
Loading…
Reference in New Issue
Block a user