Fix blinking cursor

This commit is contained in:
2023-03-08 14:21:58 +05:00
parent e7f11528ac
commit a76e0ea059
4 changed files with 14 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ static unsigned int defaultrcs = 257;
* 7: blinking st cursor
* 8: steady st cursor
*/
static unsigned int cursorshape = 1;
static unsigned int cursorstyle = 1;
static Rune stcursor = 0x2603; /* snowman ("☃") */
/*