mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-05 01:26:59 +01:00
- [gemini] prevented repainting of the message-window if not needed when streaming gemini text from the net.
This commit is contained in:
parent
f4b92f92f2
commit
4c950d9052
@ -1157,7 +1157,12 @@
|
||||
(not (skip-rendering-p object))
|
||||
(message-window:display-gemini-text-p win))
|
||||
(refresh-gemini-message-window links source ir-line append-text)
|
||||
(windows:draw win))))))
|
||||
(multiple-value-bind (x start length)
|
||||
(message-window:visible-rows win)
|
||||
(declare (ignore x))
|
||||
(when (< (+ start length)
|
||||
(windows:win-height-no-border win))
|
||||
(windows:draw win))))))))
|
||||
|
||||
(defclass gemini-abort-downloading-event (program-event) ())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user