From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 31 Oct 2015 11:22:57 +0000 (+0100)
Subject: New client: Outcomment line that's probably not needed.
X-Git-Tag: tce~268
X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/blog?a=commitdiff_plain;h=69d3c23f7a68cb653ee27ca9f35144b807b2fc31;p=plomrogue
New client: Outcomment line that's probably not needed.
---
diff --git a/client_prototype.py b/client_prototype.py
index 455688a..6813207 100644
--- a/client_prototype.py
+++ b/client_prototype.py
@@ -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: