diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 7129fa1..c7ce3b4 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -105,6 +105,15 @@ static unsigned int defaultfg = 7; | |||
105 | static unsigned int defaultbg = 0; | 105 | static unsigned int defaultbg = 0; |
106 | static unsigned int defaultcs = 256; | 106 | static unsigned int defaultcs = 256; |
107 | 107 | ||
108 | /* | ||
109 | * Default shape of cursor | ||
110 | * 2: Block | ||
111 | * 4: Underline | ||
112 | * 6: IBeam | ||
113 | */ | ||
114 | |||
115 | static unsigned int cursorshape = 2; | ||
116 | |||
108 | 117 | ||
109 | /* | 118 | /* |
110 | * Default colour and shape of the mouse cursor | 119 | * Default colour and shape of the mouse cursor |