Skip to content
Snippets Groups Projects
Commit cbefd5c4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Slightly beautified spinning cursors.

parent e597b185
No related branches found
No related tags found
No related merge requests found
Pipeline #46 passed
......@@ -1012,7 +1012,7 @@
" via raw" 830 NodeConnectionRaw
"Does your terminal support mouse reporting" 831 MouseTerminalQ
"(mouse) " 832 TerminalMouse
"->)|(<-<(|)>" 833 SpinningCursor0
"->)\xb3(<-<(\xb3)>" 833 SpinningCursor0
"\xb3/\xc4\\" 834 SpinningCursor1
"\xb3\\\xc4/" 835 SpinningCursor2
"\xb0\xb1\xb2\xdb\xb2\xb1" 836 SpinningCursor3
......
......@@ -1373,14 +1373,14 @@ const char * const text_defaults[TOTAL_TEXT]={
,"\x44\x6f\x65\x73\x20\x79\x6f\x75\x72\x20\x74\x65\x72\x6d\x69\x6e\x61\x6c\x20\x73\x75\x70\x70\x6f\x72\x74\x20\x6d\x6f\x75\x73\x65"
"\x20\x72\x65\x70\x6f\x72\x74\x69\x6e\x67" // 831 MouseTerminalQ
,"\x28\x6d\x6f\x75\x73\x65\x29\x20" // 832 TerminalMouse
,"\x2d\x3e\x29\x7c\x28\x3c\x2d\x3c\x28\x7c\x29\x3e" // 833 SpinningCursor0
,"\x2d\x3e\x29\xb3\x28\x3c\x2d\x3c\x28\xb3\x29\x3e" // 833 SpinningCursor0
,"\xb3\x2f\xc4\x5c" // 834 SpinningCursor1
,"\xb0\xb1\xb2\xdb\xb2\xb1" // 835 SpinningCursor2
,"\x2d\x3d\xf0\x3d" // 836 SpinningCursor3
,"\xda\xc0\xd9\xbf" // 837 SpinningCursor4
,"\xdc\xde\xdf\xdd" // 838 SpinningCursor5
,"\x2d\x3e\x29\x7c\x28\x3c\x2d\x3c\x28\x7c\x29\x3e" // 839 SpinningCursor6
,"\xb3\x2f\xc4\x5c" // 840 SpinningCursor7
,"\xb0\xb1\xb2\xdb\xb2\xb1" // 841 SpinningCursor8
,"\x2d\x3d\xf0\x3d" // 842 SpinningCursor9
,"\xb3\x5c\xc4\x2f" // 835 SpinningCursor2
,"\xb0\xb1\xb2\xdb\xb2\xb1" // 836 SpinningCursor3
,"\x2d\x3d\xf0\x3d" // 837 SpinningCursor4
,"\xda\xc0\xd9\xbf" // 838 SpinningCursor5
,"\xda\xbf\xd9\xc0" // 839 SpinningCursor6
,"\xdc\xde\xdf\xdd" // 840 SpinningCursor7
,"\xdc\xdd\xdf\xde" // 841 SpinningCursor8
,"\xfa\xf9\xfe\xf9" // 842 SpinningCursor9
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment