home · contact · privacy
New client: Outcomment line that's probably not needed.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 31 Oct 2015 11:22:57 +0000 (12:22 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 31 Oct 2015 11:22:57 +0000 (12:22 +0100)
client_prototype.py

index 455688a69fa5b4620361d2a6028f2aa54522f778..6813207d9d737c69d060edddfa87291c2dba903e 100644 (file)
@@ -87,7 +87,7 @@ 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
+                    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: