]> gitweb.factorcode.org Git - factor.git/commitdiff
curses: change echo to be f as default
authorPhilipp Brüschweiler <blei42@gmail.com>
Thu, 22 Oct 2009 11:17:30 +0000 (13:17 +0200)
committerPhilipp Brüschweiler <blei42@gmail.com>
Sun, 3 Oct 2010 11:16:30 +0000 (13:16 +0200)
extra/curses/curses.factor

index 4d4a714eaa6462357fb9835921b90b6f43ddc59e..cd55cba1a0bfdf32dc25c692773f84a7918fe58b 100644 (file)
@@ -193,7 +193,7 @@ TUPLE: curses-window < disposable
     { x integer initial: 0 }
 
     { cbreak initial: t }
-    { echo initial: t }
+    { echo initial: f }
     { raw initial: f }
 
     { scrollok initial: t }