diff options
| author | P.P.A <adolphs@moselle.moe> | 2023-07-08 12:15:22 +0200 |
|---|---|---|
| committer | P.P.A <adolphs@moselle.moe> | 2023-07-08 12:15:22 +0200 |
| commit | 5ca9ccdc6328acf10ff421346f74545e515eb353 (patch) | |
| tree | 69a0dab67a3e63150facb999896c666a755f65a5 /config.def.h.orig | |
| parent | 64e6daef0c8cc7a382ef77186fc0877cf814e0dd (diff) | |
xresources
Diffstat (limited to 'config.def.h.orig')
| -rw-r--r-- | config.def.h.orig | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/config.def.h.orig b/config.def.h.orig index 99156da..4ad0b76 100644 --- a/config.def.h.orig +++ b/config.def.h.orig @@ -138,13 +138,20 @@ unsigned int defaultcs = 256; static unsigned int defaultrcs = 257; /* - * Default shape of cursor - * 2: Block ("█") - * 4: Underline ("_") - * 6: Bar ("|") - * 7: Snowman ("☃") + * https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-Ps-SP-q.1D81 + * Default style of cursor + * 0: blinking block + * 1: blinking block (default) + * 2: steady block ("█") + * 3: blinking underline + * 4: steady underline ("_") + * 5: blinking bar + * 6: steady bar ("|") + * 7: blinking st cursor + * 8: steady st cursor */ -static unsigned int cursorshape = 2; +static unsigned int cursorstyle = 1; +static Rune stcursor = 0x2603; /* snowman ("☃") */ /* * Default columns and rows numbers |
