From 21c45418b39232c15a4ddf10e0b645354fffa69e Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 17 Jul 2010 13:37:21 +0200 Subject: [PATCH] more explanation in t/29-focus-after-close.t --- testcases/t/29-focus-after-close.t | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testcases/t/29-focus-after-close.t b/testcases/t/29-focus-after-close.t index b28ecf2a..916f6618 100644 --- a/testcases/t/29-focus-after-close.t +++ b/testcases/t/29-focus-after-close.t @@ -33,6 +33,14 @@ my $second = $focus->[0]; isnt($first, $second, 'different container focused'); +# We have the following layout now (con is focused): +# .----------------. +# | split | | +# | .----. | con | +# | | cn | | | +# | `----' | | +# `----------------' + ############################################################## # see if the focus goes down to $first (not to its split parent) # when closing $second -- 2.39.5