mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-30 00:33:56 +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 {
|
if current {
|
||||||
C.CPrint(C.ColCursor, true, ">")
|
C.CPrint(C.ColCursor, true, ">")
|
||||||
if selected {
|
if selected {
|
||||||
C.CPrint(C.ColCurrent, true, ">")
|
C.CPrint(C.ColSelected, true, ">")
|
||||||
} else {
|
} else {
|
||||||
C.CPrint(C.ColCurrent, true, " ")
|
C.CPrint(C.ColCurrent, true, " ")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user