TerminalView.st
changeset 5702 5829d2def42c
parent 5659 7a69d3fdca24
child 5703 f6122d30bce9
--- a/TerminalView.st	Fri Feb 02 00:55:06 2018 +0100
+++ b/TerminalView.st	Mon Feb 12 12:31:58 2018 +0100
@@ -1236,13 +1236,13 @@
     
         "/ remember the current lineBuffer (but only if it is the last)
         lineBufferHistoryPosition > lineBufferHistory size ifTrue:[
-            (lineBuffer notEmptyOrNil and:[lineBuffer isBlank not]) ifTrue:[  
+            "/ (lineBuffer notEmptyOrNil and:[lineBuffer isBlank not]) ifTrue:[  
                 "/ do not remember repetitions
                 (lineBufferHistory size > 0 and:[lineBufferHistory last = lineBuffer]) ifFalse:[
                     lineBufferHistory add:lineBuffer.
                     lineBufferHistoryChanged := true.
                 ].
-            ].
+            "/ ].
         ].
         clearLine value.