Finish port of themes kitten to Go

This commit is contained in:
Kovid Goyal
2023-03-14 20:24:21 +05:30
parent 0c20a4d980
commit 0805330b77
5 changed files with 116 additions and 53 deletions

View File

@@ -79,6 +79,7 @@ func main(_ *cli.Command, opts *Options, args []string) (rc int, err error) {
return nil
}
lp.OnKeyEvent = h.on_key_event
lp.OnText = h.on_text
err = lp.Run()
if err != nil {
return 1, err