Finish porting unicode input

This commit is contained in:
Kovid Goyal
2023-02-15 17:33:53 +05:30
parent 1321a96ae7
commit ac5298ce76
5 changed files with 17 additions and 568 deletions

View File

@@ -560,6 +560,7 @@ func run_loop(opts *Options) (lp *loop.Loop, err error) {
lp.OnInitialize = func() (string, error) {
h.initialize()
lp.SendOverlayReady()
return "", nil
}