ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] Buglet in new frame creation code...


From: Mike Meyer
Subject: [RP] Buglet in new frame creation code...
Date: Thu Oct 25 08:40:10 2001

The new frame creation code quite reasonably makes the new frame the
"last" frame by updating the last access for it. However, it leaves
the focus in the *old* frame. If you try doing a pair of splits with
nothing in between, the first focuslast takes you to the newest
frame. The second focuslast doesn't take you back to the oldest
window, but to the one created in between the two.

The fix is to add a "update_last_access(frame);" after the
"update_last_access(new_frame);" in split_frame in split.c.

        <mike
--
Mike Meyer <address@hidden>                     http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?              A: Tell them your plans.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]