Ability to change Shell

This commit is contained in:
Stanislav Pavlovichev
2018-10-25 21:52:59 +03:00
parent 967a87a65f
commit a26fc9169c
5 changed files with 22 additions and 7 deletions

View File

@@ -117,7 +117,7 @@ func Display() bool {
ui.StopLoop()
})
ui.Handle("/sys/kbd/e", func(ui.Event) {
menu = ExecSh
menu = ExecShell
ui.StopLoop()
})
ui.Handle("/sys/kbd/o", func(ui.Event) {