home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0f78a
)
New client: Remove curses screen flickering.
author
Christian Heller
<c.heller@plomlompom.de>
Mon, 14 Dec 2015 23:56:26 +0000
(
00:56
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Mon, 14 Dec 2015 23:56:26 +0000
(
00:56
+0100)
client_prototype.py
patch
|
blob
|
history
diff --git
a/client_prototype.py
b/client_prototype.py
index 70b6649f1c0f5d9cc15796d5131b5fba5996f9ae..41693d80273251f20b19028624d613dbc5d0c520 100644
(file)
--- 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()