From 368714539edc9b41cc68a9523b461ad1466244c5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 8 Mar 2024 20:38:38 -0800 Subject: [PATCH] terminal-old: note test we skipped --- src/terminal-old/Screen.zig | 1 + 1 file changed, 1 insertion(+) 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;