select-window-add

Name

select-window-add -- Select a single window, highlight it, and add it to the selected-windows-list.

Synopsis

(select-window-add #&optional (w (get-window-with-nonant)))

Description

Select a single window, highlight it, and add it to the selected-windows-list. The selected window is returned and will remain highlighted until unflash-window is called on that window. The selected window is also added to a selected-windows list that can be accessed via selected-windows-list.

Implementation Notes

Module: (app scwm window-selection)

Defined in scheme/window-selection.scm at line 62 (CVS log)