From e597b185d9dcfcdb75fe67304068e6a0ab732ab1 Mon Sep 17 00:00:00 2001
From: Rob Swindell <rob@synchro.net>
Date: Thu, 3 Sep 2020 22:30:10 -0700
Subject: [PATCH] Spinning cursors (10 patterns) are now customizeable here. I
 stole one of these patterns from 'git-size'.

---
 ctrl/text.dat | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/ctrl/text.dat b/ctrl/text.dat
index d7cdf54695..75da58c645 100644
--- a/ctrl/text.dat
+++ b/ctrl/text.dat
@@ -1011,4 +1011,14 @@
 "unlimited"                                               829 Unlimited
 " via raw"						                          830 NodeConnectionRaw
 "Does your terminal support mouse reporting"              831 MouseTerminalQ
-"(mouse) "                                                832 TerminalMouse
\ No newline at end of file
+"(mouse) "                                                832 TerminalMouse
+"->)|(<-<(|)>"                                            833 SpinningCursor0
+"\xb3/\xc4\\"                                             834 SpinningCursor1
+"\xb3\\\xc4/"                                             835 SpinningCursor2
+"\xb0\xb1\xb2\xdb\xb2\xb1"                                836 SpinningCursor3
+"-=\xf0="                                                 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
\ No newline at end of file
-- 
GitLab