This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
st
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Make the cursor shapes more descriptive.
»IBeam« is now »Bar« because it's named like that in the source code.
master
Christoph Lohmann
9 years ago
parent
52d0e82df7
commit
a2a60f0a2c
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
config.def.h
+ 4
- 4
config.def.h
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save