...
This commit is contained in:
parent
cf1d9eb303
commit
4690f3c7c0
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue