From f6bc73c63ac8b03aeb38bf7c5ee44c69fe28e018 Mon Sep 17 00:00:00 2001 From: sqwishy Date: Fri, 28 Aug 2020 15:42:47 -0700 Subject: correct tcell.Style for underline --- config/style.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/style.go') diff --git a/config/style.go b/config/style.go index 9a8a00f..caf9e4f 100644 --- a/config/style.go +++ b/config/style.go @@ -102,7 +102,7 @@ func (s Style) Get() tcell.Style { Background(s.Bg). Bold(s.Bold). Blink(s.Blink). - Underline(s.Blink). + Underline(s.Underline). Reverse(s.Reverse) } -- cgit 1.4.1-2-gfad0 >
Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log blame commit diff stats
path: root/tests/test_autocomplete.c
blob: f6ef8653142a5f7bf6c68f881d966c4893896591 (plain) (tree)
1
2
3
4
5
6
7
8
9