X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=blobdiff_plain;f=elpher.el;h=ff62d29ec6f84b97571107ce4241c65723fd4a6b;hp=82e108613b8c7c9d00f930d72a8877bdbd2283f1;hb=ab75cffa4572115c3d6b17348b6bfa2f746f4798;hpb=6e3a8ef5af192eddcd834efac49866f84e2c73dd diff --git a/elpher.el b/elpher.el index 82e1086..ff62d29 100644 --- a/elpher.el +++ b/elpher.el @@ -5,7 +5,7 @@ ;; Author: Tim Vaughan ;; Created: 11 April 2019 -;; Version: 3.3.2 +;; Version: 3.3.3 ;; Keywords: comm gopher ;; Homepage: https://thelambdalab.xyz/elpher ;; Package-Requires: ((emacs "27.1")) @@ -70,7 +70,7 @@ ;;; Global constants ;; -(defconst elpher-version "3.3.2" +(defconst elpher-version "3.3.3" "Current version of elpher.") (defconst elpher-margin-width 6 @@ -112,6 +112,8 @@ (declare-function org-link-store-props "ol") (declare-function org-link-set-parameters "ol") (defvar ansi-color-context) + (defvar xterm-color--current-fg) + (defvar xterm-color--current-bg) (defvar bookmark-make-record-function) (defvar mu4e~view-beginning-of-url-regexp) (defvar eww-use-browse-url) @@ -1582,7 +1584,7 @@ width defined by `elpher-gemini-max-fill-width'." text-line)) (fill-prefix (if line-prefix (make-string (length (match-string 0 text-line)) ?\s) - nil))) + ""))) (insert (elpher-process-text-for-display processed-text-line)) (newline)))