Skip to content
Snippets Groups Projects
Commit 443a80f2 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Always use the same color for multi-select markers

parent 8017635a
No related branches found
No related tags found
No related merge requests found
......@@ -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, " ")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment