X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=client_prototype.py;h=2fc7a44aa164261dadb5a7f2d6525076f6575940;hb=ab7a32f5b502d7424edab86f9ee1c57bba00a70a;hp=582df073688bd4a9a7f43314a30ae820cc51768a;hpb=177f9281c875a37b62793771e5b38564faac0e89;p=plomrogue 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)