From ab7a32f5b502d7424edab86f9ee1c57bba00a70a Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 28 Nov 2015 15:33:17 +0100 Subject: [PATCH] New client: Proper indentation. --- client_prototype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2