mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Move the query_terminal implementation to Go
This commit is contained in:
@@ -16,7 +16,7 @@ func csi(csi string) string {
|
||||
return "CSI " + strings.NewReplacer(":", " : ", ";", " ; ").Replace(csi[:len(csi)-1]) + " " + csi[len(csi)-1:]
|
||||
}
|
||||
|
||||
func run_kitty_loop(opts *Options) (err error) {
|
||||
func run_kitty_loop(_ *Options) (err error) {
|
||||
lp, err := loop.New(loop.FullKeyboardProtocol)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user