mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
Finish porting unicode input
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user