_examples/stdin.go: Disable autoscroll and edition

This commit is contained in:
Roi Martin 2015-02-04 02:25:06 +01:00
parent 4c83f5bfa9
commit 8fa01b0c0e
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ func layout(g *gocui.Gui) error {
return err
}
v.Wrap = true
v.Autoscroll = true
v.Editable = true
}
return nil