From 9a6347d6aa819738c47d88344ec36e89a3920cb4 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 2 Dec 2015 01:12:24 +0000 Subject: [PATCH] Another try to fix csr problems (#469) --- src/ncurses_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncurses_ui.cc b/src/ncurses_ui.cc index 97dadc1f..09298c8e 100644 --- a/src/ncurses_ui.cc +++ b/src/ncurses_ui.cc @@ -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) {