From 2286ff4a1d91a5eba40bcf918bef011e97a04734 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 0cd5006..c147c78 100644 --- a/config.def.h +++ b/config.def.h @@ -124,8 +124,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