select-window-remove

Name

select-window-remove -- Unselect a single window, de-highlight it, and remove it from the selected-windows-list.

Synopsis

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

Description

Unselect a single window, de-highlight it, and remove it from the selected-windows-list. The selected window is removed from the 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 78 (CVS log)