Skip to content

Commit

Permalink
Eliminate flicker on some terminals like rxvt (thanks to Alex Wilson)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandriegel committed Jan 28, 2018
1 parent 25e5ed8 commit 8a93886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ void Window::refresh()
void Window::clear()
{
if(m_window)
wclear(m_window);
werase(m_window);
}

// move and resize window
Expand Down

0 comments on commit 8a93886

Please sign in to comment.