X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=client_prototype.py;h=2b8719922fd5ba4bdccf3a3921d8e8b125cba17b;hb=a845dce5a0f8a11ce9f8483c071a98f8d2fe9d55;hp=baf42c95b683a45ab0b6a81480f23039c7c3be91;hpb=7c3c097fb318d12262564cfd15d4d1ef06008432;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index baf42c9..2b87199 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -101,7 +101,6 @@ def draw_screen(): j = win["start"][int(k == 0)] - sep_size if (j >= 0 and j < screen_size[int(k == 0)]): start = win["start"][k] - # start = start if start >= 0 else 0 end = win["start"][k] + win["size"][k] end = end if end < screen_size[k] else screen_size[k] if k: @@ -294,7 +293,6 @@ def cursed_main(stdscr): curses.noecho() curses.curs_set(False) - # stdscr.keypad(True) signal.signal(signal.SIGWINCH, lambda ignore_1, ignore_2: set_window_geometries()) set_window_geometries()