mirror of https://github.com/jroimartin/gocui.git
_examples/stdin.go: Disable autoscroll and edition
This commit is contained in:
parent
4c83f5bfa9
commit
8fa01b0c0e
|
@ -61,8 +61,6 @@ func layout(g *gocui.Gui) error {
|
|||
return err
|
||||
}
|
||||
v.Wrap = true
|
||||
v.Autoscroll = true
|
||||
v.Editable = true
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Reference in New Issue