diff --git a/src/ncurses_ui.cc b/src/ncurses_ui.cc index ff1fd09c1..9d83cb516 100644 --- a/src/ncurses_ui.cc +++ b/src/ncurses_ui.cc @@ -286,7 +286,7 @@ NCursesUI::~NCursesUI() enable_mouse(false); if (can_change_color()) // try to reset palette { - fputs("\033]104;\007", stdout); + fputs("\033]104\007", stdout); fflush(stdout); } endwin();