]> git.sur5r.net Git - i3/i3/commitdiff
more explanation in t/29-focus-after-close.t
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Jul 2010 11:37:21 +0000 (13:37 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Jul 2010 11:37:21 +0000 (13:37 +0200)
testcases/t/29-focus-after-close.t

index b28ecf2acc5873267fcdec71c3847d3eb83494d9..916f661889b37a50f7eab116005d9bae377352b8 100644 (file)
@@ -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