From b81dbf9af620472ac5661a6a778f92a646184ce8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 26 Aug 2002 21:55:37 +0000 Subject: [PATCH] update the active iterator after moving the active window to the front of the list --- util/epist/screen.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/epist/screen.cc b/util/epist/screen.cc index f0fb79ea..a67b0a37 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -392,6 +392,7 @@ void screen::handleKeyrelease(const XEvent &) { _clients.remove(w); _clients.push_front(w); + _active = _clients.begin(); w->raise(); _cycling = false; -- 2.39.2