aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-04-27 23:02:15 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-04-27 23:02:15 +0200
commit6f890c0388c063326d04c9210595c5164f364a89 (patch)
treea85790a109c23c936741bc5d2bf237d0915057b6 /degesch.c
parent0cb50addbeb03793df649184fb90cdbc7618857c (diff)
downloadxK-6f890c0388c063326d04c9210595c5164f364a89.tar.gz
xK-6f890c0388c063326d04c9210595c5164f364a89.tar.xz
xK-6f890c0388c063326d04c9210595c5164f364a89.zip
degesch: fix typo
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/degesch.c b/degesch.c
index 4e7b3d6..6b8a241 100644
--- a/degesch.c
+++ b/degesch.c
@@ -797,7 +797,7 @@ init_colors (struct app_context *ctx)
g_terminal.color_set_fg[3],
g_terminal.color_set_bg[5],
enter_bold_mode);
- INIT_ATTR (ATTR_HIGHLIGHT, highlight, "\x1b[33;37;1m");
+ INIT_ATTR (ATTR_HIGHLIGHT, highlight, "\x1b[33;47;1m");
free (highlight);
#undef INIT_ATTR