From 69d3c23f7a68cb653ee27ca9f35144b807b2fc31 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 31 Oct 2015 12:22:57 +0100
Subject: [PATCH] New client: Outcomment line that's probably not needed.

---
 client_prototype.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:
-- 
2.30.2