mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
faster focus
This commit is contained in:
parent
6fc6f84f60
commit
660db998d4
1 changed files with 4 additions and 3 deletions
|
|
@ -333,9 +333,10 @@ window or nil if not found"))
|
|||
(r nil))
|
||||
(maphash (lambda (key value)
|
||||
(declare (ignore key))
|
||||
(when (and (equalp (window-title value) title)
|
||||
(window-focus value)
|
||||
(setf r value))))
|
||||
(when (window-valid-p value)
|
||||
(when (and (equalp (window-title value) title)
|
||||
(window-focus value)
|
||||
(setf r value)))))
|
||||
(windows app))
|
||||
r)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue