From 8ae5918ccd15844a822eb63c091625b8ac798b2b Mon Sep 17 00:00:00 2001 From: Hojjat Date: Tue, 24 Mar 2026 13:03:28 -0600 Subject: [PATCH] fix: fix the one pixel wide gap between panes --- src/terminal_box.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/terminal_box.rs b/src/terminal_box.rs index dff183e..513cbf2 100644 --- a/src/terminal_box.rs +++ b/src/terminal_box.rs @@ -402,6 +402,7 @@ where width: self.border.width, color: self.border.color, }, + snap: true, ..Default::default() }, Color::from_rgba( @@ -445,6 +446,7 @@ where width: self.border.width, color: self.border.color, }, + snap: true, ..Default::default() }, Color::from_rgba(