From 6844f9b3fae323165c4ae4f46b30bb470bd86b66 Mon Sep 17 00:00:00 2001 From: moculus Date: Mon, 21 Apr 2008 13:55:23 +0000 Subject: [PATCH] off by one on highlighting --HG-- branch : pmacs2 --- application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.py b/application.py index c983352..a6608fa 100755 --- a/application.py +++ b/application.py @@ -668,7 +668,7 @@ class Application(object): while w.ishidden(y) and y < len(w.buffer.lines): y += 1 else: - x += slot.width + x += slot.width - 1 count += 1 if w.margins_visible: