mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-13 07:30:35 +01:00
- [gemini] forced redraw of the window when rendering a new gemini stream.
This commit is contained in:
parent
5e3c19811b
commit
6ffb2c5cc1
@ -1164,8 +1164,9 @@
|
||||
(multiple-value-bind (x start length)
|
||||
(message-window:visible-rows win)
|
||||
(declare (ignore x))
|
||||
(when (< (+ start length)
|
||||
(windows:win-height-no-border win))
|
||||
(when (or (not append-text)
|
||||
(< (+ start length)
|
||||
(windows:win-height-no-border win)))
|
||||
(windows:draw win))))))))
|
||||
|
||||
(defclass gemini-abort-downloading-event (program-event) ())
|
||||
|
Loading…
x
Reference in New Issue
Block a user