mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-26 06:46:35 +00:00
Always use the same color for multi-select markers
This commit is contained in:
parent
8017635a71
commit
443a80f254
@ -373,7 +373,7 @@ func (t *Terminal) printItem(item *Item, current bool) {
|
||||
if current {
|
||||
C.CPrint(C.ColCursor, true, ">")
|
||||
if selected {
|
||||
C.CPrint(C.ColCurrent, true, ">")
|
||||
C.CPrint(C.ColSelected, true, ">")
|
||||
} else {
|
||||
C.CPrint(C.ColCurrent, true, " ")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user