curses: change echo to be f as default
parent
bb89b92a98
commit
f768bbe59e
|
@ -193,7 +193,7 @@ TUPLE: curses-window < disposable
|
||||||
{ x integer initial: 0 }
|
{ x integer initial: 0 }
|
||||||
|
|
||||||
{ cbreak initial: t }
|
{ cbreak initial: t }
|
||||||
{ echo initial: t }
|
{ echo initial: f }
|
||||||
{ raw initial: f }
|
{ raw initial: f }
|
||||||
|
|
||||||
{ scrollok initial: t }
|
{ scrollok initial: t }
|
||||||
|
|
Loading…
Reference in New Issue