mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- added hook to all links displaying windows.
This commit is contained in:
parent
55667c2511
commit
0e2e883d1a
@ -124,6 +124,9 @@
|
||||
(links links)
|
||||
(selected-line-bg selected-line-bg)
|
||||
(selected-line-fg selected-line-fg)) object
|
||||
(when hooks:*before-displaying-links-hook*
|
||||
(setf links
|
||||
(hooks:run-hook-compose 'hooks:*before-displaying-links-hook* links)))
|
||||
(flet ((make-rows (links bg fg)
|
||||
(mapcar (lambda (link)
|
||||
(make-instance 'line
|
||||
@ -227,6 +230,9 @@
|
||||
(links links)
|
||||
(selected-line-bg selected-line-bg)
|
||||
(selected-line-fg selected-line-fg)) object
|
||||
(when hooks:*before-displaying-links-hook*
|
||||
(setf links
|
||||
(hooks:run-hook-compose 'hooks:*before-displaying-links-hook* links)))
|
||||
(flet ((make-rows (links bg fg)
|
||||
(mapcar (lambda (link)
|
||||
(make-instance 'line
|
||||
|
Loading…
x
Reference in New Issue
Block a user