terminal-old: note test we skipped

This commit is contained in:
Mitchell Hashimoto
2024-03-08 20:38:38 -08:00
parent d5236bc724
commit 368714539e

View File

@ -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;