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/%22https:/validator.w3.org/tasks?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()