TerminalView.st
changeset 5243 9f14ff0f4dd7
parent 5242 52e70453f0c3
child 5244 005f195c0795
--- 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.
                     ].