summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-26 21:55:37 +0000
committerDana Jansens <danakj@orodu.net>2002-08-26 21:55:37 +0000
commitb81dbf9af620472ac5661a6a778f92a646184ce8 (patch)
tree81c391b18bc456067ef302ae0fe5ed9d0dce489c /util
parentbf575744a75edd5ca4449594964ac9171f7c429a (diff)
update the active iterator after moving the active window to the front of the list
Diffstat (limited to 'util')
-rw-r--r--util/epist/screen.cc1
1 files changed, 1 insertions, 0 deletions
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;