From d684f0b42b934b82c431d4b5b4a5ee6905105cff Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Fri, 30 Sep 2016 09:22:16 +0200 Subject: [PATCH] Change the cursor to use a common character --- vigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vigil b/vigil index 47f25e0..b3e59cf 100755 --- a/vigil +++ b/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)