From b21ecce6645fc17c520b722de3d96e550c77c490 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 13 Mar 2025 21:30:13 -0400 Subject: Update --- src/wasp-chat.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/wasp-chat.el') diff --git a/src/wasp-chat.el b/src/wasp-chat.el index 3cf73899..10931b8d 100644 --- a/src/wasp-chat.el +++ b/src/wasp-chat.el @@ -289,8 +289,16 @@ Optionally, return the buffer NM in chat mode." (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 "[pollicality %.2f]" (w/. biblicality msg))) (msgwidth (line-beginning-position)) (lines (+ 1 (/ msgwidth wwidth)))) + + (w/pub '(avatar overlay chat) + (list + (w/encode-string (w/. text msg)) + (format "%s" (w/unix-time)) + (format "%s" (or (w/. biblicality msg) 0.0)))) + (insert (propertize " " 'display -- cgit v1.2.3