pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52d0e82
)
Make the cursor shapes more descriptive.
author
Christoph Lohmann
<20h@r-36.net>
Mon, 5 Oct 2015 21:05:38 +0000
(23:05 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Mon, 5 Oct 2015 21:05:38 +0000
(23:05 +0200)
»IBeam« is now »Bar« because it's named like that in the source code.
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
89732b4
..
860ce3d
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-108,10
+108,10
@@
static unsigned int defaultrcs = 257;
/*
* Default shape of cursor
- * 2: Block
- * 4: Underline
- * 6:
IBeam
- * 7: Snowman
+ * 2: Block
("█")
+ * 4: Underline
("_")
+ * 6:
Bar ("|")
+ * 7: Snowman
("☃")
*/
static unsigned int cursorshape = 2;