From 151f73dab0a496254f71a95506e46e055e81dbc7 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Tue, 15 Dec 2015 00:56:26 +0100
Subject: [PATCH] New client: Remove curses screen flickering.

---
 client_prototype.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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()
-- 
2.30.2