Try to just reset the scroll region to workaround #469
This commit is contained in:
parent
a8d81e395b
commit
e91da2bd43
|
@ -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, (long)0, (long)ws.ws_row));
|
||||
putp(tparm(csr));
|
||||
|
||||
if (menu)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user