mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
|
||||
"kitty/tools/cli"
|
||||
"kitty/tools/tty"
|
||||
"kitty/tools/tui"
|
||||
"kitty/tools/tui/graphics"
|
||||
"kitty/tools/tui/loop"
|
||||
"kitty/tools/utils"
|
||||
@@ -308,6 +309,9 @@ func main(cmd *cli.Command, o *Options, args []string) (rc int, err error) {
|
||||
lp.KillIfSignalled()
|
||||
return
|
||||
}
|
||||
if opts.Hold {
|
||||
tui.HoldTillEnter(false)
|
||||
}
|
||||
return 0, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user