aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-views.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-23 23:25:14 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-23 23:25:14 +0100
commit300d86f617f80e22a2926313f62ddbd06b992630 (patch)
treeab06adc1232e367ab80f6b24b71dd3c3efde7fd5 /lisp/mastodon-views.el
parentf42a3aea506b5258dcf3e2b55d211d89f68a6c8a (diff)
replace hypen horiz-bars with unicode masto-tl--horiz-bar if poss
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r--lisp/mastodon-views.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index 22eac7e..97ef082 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -163,10 +163,10 @@ This function is used as the update-function to
provides the JSON data."
(erase-buffer)
(insert (mastodon-tl--set-face
- (concat "\n ------------\n "
+ (concat "\n " mastodon-tl--horiz-bar "\n "
(upcase view-name)
- "\n"
- " ------------\n\n")
+ "\n "
+ mastodon-tl--horiz-bar "\n\n")
'success)
(if bindings-string
(mastodon-tl--set-face
@@ -215,7 +215,7 @@ provides the JSON data."
(mastodon-tl--map-alist 'title lists)))
(mapc (lambda (x)
(mastodon-views--print-list-accounts x)
- (insert (propertize " ------------\n\n"
+ (insert (propertize (concat " " mastodon-tl--horiz-bar "\n\n")
'face 'success)))
lists-names)))