From 75e005e81b73d8471f16dc5fad7bbdc312bdbfe7 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 26 Apr 2026 23:47:18 -0400 Subject: Update --- src/wasp-chat.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wasp-chat.el') diff --git a/src/wasp-chat.el b/src/wasp-chat.el index b20d897d..4a6fb3e0 100644 --- a/src/wasp-chat.el +++ b/src/wasp-chat.el @@ -309,12 +309,13 @@ Optionally, return the buffer NM in chat mode." ) )) (insert (s-replace-all w/chat-substitutions (w/. text msg))) + (insert " ") (when (w/. biblicality msg) (let* ((wwidth (- (window-total-width (get-buffer-window (current-buffer))) 3)) (bible-button-text (format "[biblicality %.2f]" (w/. biblicality msg))) ;; (bible-button-text (format "[medicality %.2f]" (w/. biblicality msg))) ;; (bible-button-text (format "[pollicality %.2f]" (w/. biblicality msg))) - (msgwidth (line-beginning-position)) + (msgwidth (- (point) (line-beginning-position))) (lines (+ 1 (/ msgwidth wwidth)))) (w/overlay-chat msg) (insert -- cgit v1.2.3