From: Christian Heller <c.heller@plomlompom.de>
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/%7B%7Bdb.prefix%7D%7D/%7B%7B%20web_path%20%7D%7D/decks/static/%27%29;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chunks.push%28escapeHTML%28span%5B2%5D%29%29;%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chunks.push%28%27?a=commitdiff_plain;h=151f73dab0a496254f71a95506e46e055e81dbc7;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()