Variable: aw--window-ring
aw--window-ring is a variable defined in ace-window.el.
Value
(0 0 . [nil nil nil nil nil nil nil nil nil nil])
Documentation
Hold the window switching history.
Source Code
;; Defined in ~/.emacs.d/elpa/ace-window-20220911.358/ace-window.el
(defvar aw--window-ring (make-ring 10)
"Hold the window switching history.")