parent
f69c3b1995
commit
6844f9b3fa
|
@ -668,7 +668,7 @@ class Application(object):
|
||||||
while w.ishidden(y) and y < len(w.buffer.lines):
|
while w.ishidden(y) and y < len(w.buffer.lines):
|
||||||
y += 1
|
y += 1
|
||||||
else:
|
else:
|
||||||
x += slot.width
|
x += slot.width - 1
|
||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
if w.margins_visible:
|
if w.margins_visible:
|
||||||
|
|
Loading…
Reference in New Issue