Change the cursor to use a common character

This commit is contained in:
Andrew Hamilton 2016-09-30 09:22:16 +02:00
parent b922f29e07
commit d684f0b42b

2
vigil
View file

@ -121,7 +121,7 @@ class Entry(collections.UserList):
if (status_color is None or
(sum(status_color) / 3) < (255 / 2))
else termstr.Color.black)
return fill3.Text(termstr.TermStr("", termstr.CharStyle(
return fill3.Text(termstr.TermStr("+", termstr.CharStyle(
fg_color=fg_color, bg_color=status_color)))
else:
return fill3.Style(result_selected, _reverse_style)