home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4deb3e9
)
New client: Outcomment line that's probably not needed.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 31 Oct 2015 11:22:57 +0000
(12:22 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 31 Oct 2015 11:22:57 +0000
(12:22 +0100)
client_prototype.py
patch
|
blob
|
history
diff --git
a/client_prototype.py
b/client_prototype.py
index 455688a69fa5b4620361d2a6028f2aa54522f778..6813207d9d737c69d060edddfa87291c2dba903e 100644
(file)
--- 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: