From 68f2984dfdfeb16f3af3b196a3c0e83bb2634116 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Sun, 26 Apr 2020 15:08:46 +0000 Subject: [PATCH] fixed cursor error --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 40ef4e9..c280f97 100644 --- a/config.def.h +++ b/config.def.h @@ -133,8 +133,8 @@ static const char *colorname[] = { */ unsigned int defaultfg = 257; unsigned int defaultbg = 0; -static unsigned int defaultcs = 258; -static unsigned int defaultrcs = 258; +static unsigned int defaultcs = 257; +static unsigned int defaultrcs = 257; /* * Default shape of cursor