From 52d32dddff252f5a91a2ad0f7618d48a87665588 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 26 Jun 2007 18:42:34 +0000 Subject: [PATCH] Fixed scrolling in Messages window. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@421 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- map65.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map65.py b/map65.py index 49e18f8bf..25dc331ed 100644 --- a/map65.py +++ b/map65.py @@ -1103,7 +1103,7 @@ def update(): nage=int(lines[i][41:]) except: nage=0 - lines[i]=lines[i][:41] + lines[i]=lines[i][:41]+'\n' if nage==0: attr='age0' if nage==1: attr='age1' if nage==2: attr='age2'