mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- prevented crash when closing program while a gemini page was rendering.
This commit is contained in:
parent
334d5389ff
commit
073ccb8640
@ -75,7 +75,10 @@
|
||||
selected-line-bg
|
||||
selected-line-fg))
|
||||
(when suggested-message-index
|
||||
(select-row object suggested-message-index))
|
||||
(handler-bind ((conditions:out-of-bounds
|
||||
(lambda (e)
|
||||
(invoke-restart 'line-oriented-window:ignore-selecting-action e))))
|
||||
(select-row object suggested-message-index)))
|
||||
(when redraw
|
||||
(win-clear object)
|
||||
(draw object))))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user