--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-10-01 19:51:15 -04:00
parent d95566952b
commit 2bd11fd377
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class ConsoleExec(Method):
j -= 1
if j == 0:
newlines.append(PAD + line[i:i + limit])
i += j
i += limit
else:
newlines.append(PAD + line[i:i + j])
i += j + 1