curses: change echo to be f as default
parent
bb89b92a98
commit
f768bbe59e
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue