summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
52d0e82)
»IBeam« is now »Bar« because it's named like that in the source code.
/*
* Default shape of cursor
/*
* 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;
*/
static unsigned int cursorshape = 2;