From 300d86f617f80e22a2926313f62ddbd06b992630 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 23 Mar 2023 23:25:14 +0100 Subject: replace hypen horiz-bars with unicode masto-tl--horiz-bar if poss --- lisp/mastodon-profile.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lisp/mastodon-profile.el') diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 74f9b62..7fb36ad 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -642,7 +642,7 @@ HEADERS means also fetch link headers for pagination." (if (equal locked t) (concat " " (mastodon-tl--symbol 'locked)) "") - "\n ------------\n" + "\n " mastodon-tl--horiz-bar "\n" ;; profile note: ;; account here to enable tab-stops in profile note (mastodon-tl--render-text note account) @@ -662,11 +662,11 @@ HEADERS means also fetch link headers for pagination." 'profile-json account) ;; insert counts (mastodon-tl--set-face - (concat " ------------\n" + (concat " " mastodon-tl--horiz-bar "\n" " TOOTS: " toots-count " | " "FOLLOWERS: " followers-count " | " "FOLLOWING: " following-count "\n" - " ------------\n\n") + " " mastodon-tl--horiz-bar "\n\n") 'success) ;; insert relationship (follows) (if followsp @@ -682,9 +682,9 @@ HEADERS means also fetch link headers for pagination." "") ; if no followsp we still need str-or-char-p for insert ;; insert endpoint (mastodon-tl--set-face - (concat " ------------\n" + (concat " " mastodon-tl--horiz-bar "\n" endpoint-name "\n" - " ------------\n") + " " mastodon-tl--horiz-bar "\n") 'success)) (setq mastodon-tl--update-point (point)) (mastodon-media--inline-images (point-min) (point)) -- cgit v1.2.3