changes to cursor look and printscreen toggle instead of f6

This commit is contained in:
Howland Owl 2017-04-25 17:32:06 +03:00
parent 54ccb7a159
commit 4de207b986
2 changed files with 43 additions and 7 deletions

20
st.c
View file

@ -3951,8 +3951,26 @@ xdrawcursor(void)
/* draw the new one */
if (xw.state & WIN_FOCUSED) {
switch (xw.cursor) {
/* truck extensions - don't work
case 8:
utf8decode("", &g.u, UTF_SIZ);
case 9:
utf8decode("", &g.u, UTF_SIZ);
case 10:
utf8decode("", &g.u, UTF_SIZ);
case 11:
utf8decode("", &g.u, UTF_SIZ);
case 12:
utf8decode("", &g.u, UTF_SIZ);
case 13:
utf8decode("", &g.u, UTF_SIZ);
case 14:
utf8decode("", &g.u, UTF_SIZ);
case 15:
utf8decode("", &g.u, UTF_SIZ); */
case 7: /* st extension: snowman */
utf8decode("", &g.u, UTF_SIZ);
utf8decode("", &g.u, UTF_SIZ);
// utf8decode("☃", &g.u, UTF_SIZ);
case 0: /* Blinking Block */
case 1: /* Blinking Block (Default) */
case 2: /* Steady Block */