From 97c3b159c2477b337186e6ee14aba2baf0f4933f Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 25 Jul 2002 03:55:54 +0000 Subject: [PATCH] dont focus more than one window when cycling! --- util/epist/screen.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/epist/screen.cc b/util/epist/screen.cc index 39b11d25..e91685a8 100644 --- a/util/epist/screen.cc +++ b/util/epist/screen.cc @@ -523,6 +523,7 @@ void screen::cycleWindow(const bool forward, const bool allscreens, // found a good window! t->focus(); + return; } } -- 2.39.2