branch: externals/ellama
commit 6a27a8ef31bc7c569a16cf7f721f32145851719e
Author: Sergey Kostyaev <sskosty...@gmail.com>
Commit: Sergey Kostyaev <sskosty...@gmail.com>

    Remove redisplay call to prevent flickering
    
    Fix #247
---
 ellama.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ellama.el b/ellama.el
index a453ace783..39a369856f 100644
--- a/ellama.el
+++ b/ellama.el
@@ -2238,8 +2238,7 @@ A function for programmatically scrolling the buffer 
during text generation."
     (with-selected-window window
       (when (ellama-chat-buffer-p buf)
        (goto-char (point-max)))
-      (recenter -1)
-      (redisplay))))
+      (recenter -1))))
 
 (defun ellama-chat-done (text &optional on-done)
   "Chat done.

Reply via email to