From: Christian Heller Date: Sat, 28 Nov 2015 14:33:17 +0000 (+0100) Subject: New client: Proper indentation. X-Git-Tag: tce~243 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;ds=sidebyside;h=ab7a32f5b502d7424edab86f9ee1c57bba00a70a;p=plomrogue New client: Proper indentation. --- diff --git a/client_prototype.py b/client_prototype.py index 582df07..2fc7a44 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -86,7 +86,7 @@ def set_window_geometries(): def draw_screen(): def healthy_addch(y, x, char, attr=0): - """Bizarre workaround for .""" + """Workaround for .""" if y == screen_size[0] - 1 and x == screen_size[1] - 1: char_before = stdscr.inch(y, x - 1) stdscr.addch(y, x - 1, char, attr)