mirror of https://codeberg.org/cage/tinmop/
- reverse link order in window.
This commit is contained in:
parent
a3c2550ff4
commit
55667c2511
|
@ -71,7 +71,6 @@ So the whole list is like: '((\"foo\" \"bar\") (\"old\" \"new\") ...)")
|
||||||
link
|
link
|
||||||
(cdr mapping))
|
(cdr mapping))
|
||||||
link)))
|
link)))
|
||||||
|
|
||||||
(push mapped results)))
|
(push mapped results)))
|
||||||
(reverse results)))
|
(reverse results)))
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
:selected-fg bg))
|
:selected-fg bg))
|
||||||
links)))
|
links)))
|
||||||
(let* ((message (db:find-status-id status-id))
|
(let* ((message (db:find-status-id status-id))
|
||||||
(links (text-utils:collect-links (db:row-message-rendered-text message))))
|
(links (reverse (text-utils:collect-links (db:row-message-rendered-text message)))))
|
||||||
(with-croatoan-window (croatoan-window object)
|
(with-croatoan-window (croatoan-window object)
|
||||||
(when hooks:*before-displaying-links-hook*
|
(when hooks:*before-displaying-links-hook*
|
||||||
(setf links
|
(setf links
|
||||||
|
|
Loading…
Reference in New Issue