curses: change echo to be f as default

db4
Philipp Brüschweiler 2009-10-22 13:17:30 +02:00
parent bb89b92a98
commit f768bbe59e
1 changed files with 1 additions and 1 deletions

View 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 }