Another try to fix csr problems (#469)
This commit is contained in:
parent
2a8a329b83
commit
9a6347d6aa
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user