Respect "boldness" of input string

pull/158/head
Junegunn Choi 9 years ago
parent 618706a5f5
commit f8c49effd4

@ -353,7 +353,7 @@ func (*Terminal) printHighlighted(item *Item, bold bool, col1 int, col2 int, cur
if b < e {
substr, prefixWidth = processTabs(text[b:e], prefixWidth)
C.CPrint(offset.color, bold, substr)
C.CPrint(offset.color, offset.bold, substr)
}
index = e

Loading…
Cancel
Save