aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/switch-window-20210808.742/switch-window-asciiart.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/switch-window-20210808.742/switch-window-asciiart.el')
-rw-r--r--elpa/switch-window-20210808.742/switch-window-asciiart.el232
1 files changed, 232 insertions, 0 deletions
diff --git a/elpa/switch-window-20210808.742/switch-window-asciiart.el b/elpa/switch-window-20210808.742/switch-window-asciiart.el
new file mode 100644
index 0000000..7ee1ba0
--- /dev/null
+++ b/elpa/switch-window-20210808.742/switch-window-asciiart.el
@@ -0,0 +1,232 @@
+;;; switch-window-asciiart.el --- switch-window asciiart label -*- lexical-binding: t -*-
+;;
+;; Copyright (C) 2017 Feng Shu
+;;
+;; Author: Feng Shu <tumashu@163.com>
+;; URL: https://github.com/dimitri/switch-window
+;; Git-URL: https://github.com/dimitri/switch-window.git
+;; Version: 1.5.0
+;; Keywords: window navigation
+;; Licence: WTFPL, grab your copy here: http://sam.zoy.org/wtfpl/
+;;
+;; This file is NOT part of GNU Emacs.
+;;
+;;; Commentary:
+
+;;; Code:
+(defvar switch-window-asciiart
+ '("
+ ## (1)
+ # #
+ #
+ #
+#######
+" "
+ ##### (2)
+# ##
+ ##
+ ##
+#######
+" "
+ ##### (3)
+ #
+ #####
+ #
+ #####
+" "
+ # # (4)
+## #
+#######
+ #
+ #
+" "
+####### (5)
+#
+######
+ #
+# #
+ #####
+" "
+ ##### (6)
+#
+######
+# #
+ #####
+" "
+####### (7)
+ #
+ #
+ #
+ #
+" "
+ ##### (8)
+# #
+ #####
+# #
+ #####
+" "
+ ##### (9)
+# #
+ ######
+ #
+ #####
+" "
+ ## (a)
+ # #
+######
+# #
+# #
+" "
+##### (b)
+# #
+#####
+# #
+#####
+" "
+ #### (c)
+# #
+#
+# #
+ ####
+" "
+##### (d)
+# #
+# #
+# #
+#####
+" "
+###### (e)
+#
+#####
+#
+######
+" "
+###### (f)
+#
+#####
+#
+#
+" "
+ ##### (g)
+#
+# ###
+# #
+ #####
+" "
+# # (h)
+# #
+######
+# #
+# #
+" "
+##### (i)
+ #
+ #
+ #
+#####
+" "
+ # (j)
+ #
+ #
+# #
+ ####
+" "
+# # (k)
+# #
+###
+# #
+# #
+" "
+# (l)
+#
+#
+#
+######
+" "
+## ## (m)
+# # # #
+# ## #
+# #
+# #
+" "
+## # (n)
+# # #
+# # #
+# # #
+# ##
+" "
+ #### (o)
+# #
+# #
+# #
+ ####
+" "
+##### (p)
+# #
+#####
+#
+#
+" "
+ #### (q)
+# #
+# # #
+# ##
+ ### #
+
+" " (r)
+#####
+# #
+#####
+# #
+# #
+" "
+ ##### (s)
+#
+ #####
+ #
+ #####
+" "
+####### (t)
+ #
+ #
+ #
+ #
+" "
+# # (u)
+# #
+# #
+# #
+ ####
+" "
+# # (v)
+# #
+# #
+ # #
+ ##
+" "
+# # (w)
+# ## #
+# # # #
+## ##
+" "
+# # (x)
+ # #
+ ##
+ # #
+# #
+" "
+# # (y)
+ # #
+ ###
+ #
+ #
+" "
+####### (z)
+ ##
+ #
+ ##
+#######"
+"The asciiart labels of switch-window."))
+
+(provide 'switch-window-asciiart)
+;;; switch-window-asciiart.el ends here