diff -r 52e70453f0c3 -r 9f14ff0f4dd7 TerminalView.st --- a/TerminalView.st Tue Sep 13 15:59:20 2016 +0200 +++ b/TerminalView.st Tue Sep 13 16:00:18 2016 +0200 @@ -2382,7 +2382,7 @@ self validateCursorCol:cursorCol inLine:cursorLine. "/ Transcript show:'col now: '; showCR:cursorCol. nFit := numberOfColumns - cursorCol - charIdx. - Transcript show:'nFit now: '; showCR:nFit. + "/ Transcript show:'nFit now: '; showCR:nFit. ]. charIdx := charIdx + 1. ].