From: Christian Heller Date: Mon, 14 Dec 2015 23:56:26 +0000 (+0100) Subject: New client: Remove curses screen flickering. X-Git-Tag: tce~238 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=151f73dab0a496254f71a95506e46e055e81dbc7;hp=7d0f78a38b268446ad5d62b1e388487d3e3e121f;p=plomrogue New client: Remove curses screen flickering. --- diff --git a/client_prototype.py b/client_prototype.py index 70b6649..41693d8 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -177,7 +177,7 @@ def draw_screen(): draw_winmap() draw_scroll_hints() - stdscr.clear() + stdscr.erase() draw_window_border_lines() draw_window_border_corners() draw_window_contents()