X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/gitweb.css?a=blobdiff_plain;f=client_prototype.py;h=b19f50cb771d96e301a425f78cbb72ce2e576d45;hb=a553633d2be3971ba3a6bab2b00e74aa6c5c308f;hp=9a922caf9897d915122c0e71085301bc801886db;hpb=1215247eae3aefd35a52a8cd89ae9fc367a867a0;p=plomrogue diff --git a/client_prototype.py b/client_prototype.py index 9a922ca..b19f50c 100644 --- a/client_prototype.py +++ b/client_prototype.py @@ -213,6 +213,7 @@ def cursed_main(stdscr): stdscr.timeout(delay) delay = delay * 2 if delay < 1000 else delay if cursed_main.redraw: + delay = 1 draw_screen() cursed_main.redraw = False char = stdscr.getch()