off by one on highlighting

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-04-21 13:55:23 +00:00
parent f69c3b1995
commit 6844f9b3fa
1 changed files with 1 additions and 1 deletions

View File

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