forked from toolshed/abra
chore: make deps, go mod vendor
This commit is contained in:
9
vendor/github.com/charmbracelet/x/ansi/focus.go
generated
vendored
Normal file
9
vendor/github.com/charmbracelet/x/ansi/focus.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
package ansi
|
||||
|
||||
// Focus is an escape sequence to notify the terminal that it has focus.
|
||||
// This is used with [FocusEventMode].
|
||||
const Focus = "\x1b[I"
|
||||
|
||||
// Blur is an escape sequence to notify the terminal that it has lost focus.
|
||||
// This is used with [FocusEventMode].
|
||||
const Blur = "\x1b[O"
|
Reference in New Issue
Block a user