1
0
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:
Jesse Duffield
2022-04-15 09:37:04 +10:00
parent b3e18bd258
commit 6a153acc8f
17 changed files with 212 additions and 77 deletions

View File

@ -19,11 +19,6 @@ type escapeInterpreter struct {
instruction instruction
}
const (
NONE = 1 << iota
ERASE_IN_LINE
)
type (
escapeState int
fontEffect int