Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
fix bug where first selection snaps to lines
[st.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
342c9d4
..
860ce3d
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-108,9
+108,10
@@
static unsigned int defaultrcs = 257;
/*
* Default shape of cursor
- * 2: Block
- * 4: Underline
- * 6: IBeam
+ * 2: Block ("█")
+ * 4: Underline ("_")
+ * 6: Bar ("|")
+ * 7: Snowman ("☃")
*/
static unsigned int cursorshape = 2;