changes to cursor look and printscreen toggle instead of f6
This commit is contained in:
parent
54ccb7a159
commit
4de207b986
2 changed files with 43 additions and 7 deletions
20
st.c
20
st.c
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue