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

Respect "boldness" of input string

parent 618706a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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