mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-17 01:42:45 +02:00
clearer highlighting of current line
This commit is contained in:
5
vendor/github.com/jesseduffield/gocui/escape.go
generated
vendored
5
vendor/github.com/jesseduffield/gocui/escape.go
generated
vendored
@ -19,11 +19,6 @@ type escapeInterpreter struct {
|
||||
instruction instruction
|
||||
}
|
||||
|
||||
const (
|
||||
NONE = 1 << iota
|
||||
ERASE_IN_LINE
|
||||
)
|
||||
|
||||
type (
|
||||
escapeState int
|
||||
fontEffect int
|
||||
|
Reference in New Issue
Block a user