Change the cursor to use a common character
This commit is contained in:
parent
b922f29e07
commit
d684f0b42b
1 changed files with 1 additions and 1 deletions
2
vigil
2
vigil
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue