Skip to content

Commit

Permalink
Remove redisplay call to prevent flickering
Browse files Browse the repository at this point in the history
Fix #247
  • Loading branch information
s-kostyaev committed Feb 25, 2025
1 parent d9456fd commit 6a27a8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ellama.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a27a8e

Please sign in to comment.