forked from toolshed/abra
build: go 1.24
We were running behind and there were quite some deprecations to update. This was mostly in the upstream copy/pasta package but seems quite minimal.
This commit is contained in:
2
vendor/github.com/charmbracelet/x/ansi/kitty.go
generated
vendored
2
vendor/github.com/charmbracelet/x/ansi/kitty.go
generated
vendored
@ -72,7 +72,7 @@ func PushKittyKeyboard(flags int) string {
|
||||
// Keyboard stack to disable the protocol.
|
||||
//
|
||||
// This is equivalent to PushKittyKeyboard(0).
|
||||
const DisableKittyKeyboard = "\x1b[>0u"
|
||||
const DisableKittyKeyboard = "\x1b[>u"
|
||||
|
||||
// PopKittyKeyboard returns a sequence to pop n number of flags from the
|
||||
// terminal Kitty Keyboard stack.
|
||||
|
Reference in New Issue
Block a user