diff --git a/src/terminal-old/Screen.zig b/src/terminal-old/Screen.zig index 5d29ef70a..23da1728c 100644 --- a/src/terminal-old/Screen.zig +++ b/src/terminal-old/Screen.zig @@ -4113,6 +4113,7 @@ test "Screen: scrolling moves selection" { try testing.expect(s.selection == null); } +// X - I don't think this is right test "Screen: scrolling with scrollback available doesn't move selection" { const testing = std.testing; const alloc = testing.allocator;