summaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main_test.go b/main_test.go
index aad01a2..ae3e425 100644
--- a/main_test.go
+++ b/main_test.go
@@ -20,6 +20,7 @@ func gridWindow() (*Window, error) {
b00, b01, b02,
Space(), l11, b12,
l20, c21, l22)
+ g.SetFilling(1, 2)
return w, w.Open(g)
}