From 7e0a933332824f305acb3b261e788c8ec6ceef16 Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Sat, 9 Jun 2012 07:19:16 -0400 Subject: [PATCH] cursor shouldn't have a default value. Enabling it changes cursor behaviour. Cursor is no longer drawn with foreground and background colors reversed. --- termite.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termite.cfg b/termite.cfg index 5f19a40..a2f1570 100644 --- a/termite.cfg +++ b/termite.cfg @@ -32,7 +32,7 @@ cursor_shape = BLOCK [colors] foreground = #dcdccc background = #3f3f3f -cursor = #dcdccc +# cursor = #dcdccc # color = normal;bold black = #3f3f3f;#709080