Another try to fix csr problems (#469)

This commit is contained in:
Maxime Coste 2015-12-02 01:12:24 +00:00
parent 2a8a329b83
commit 9a6347d6aa

View File

@ -439,7 +439,7 @@ void NCursesUI::check_resize(bool force)
m_dimensions = CharCoord{ws.ws_row-1, ws.ws_col};
if (char* csr = tigetstr((char*)"csr"))
putp(tparm(csr));
putp(csr);
if (menu)
{