From e5cb77fe629637d2dd1b605305a2daee6d7f9f36 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 29 Feb 2024 10:53:21 -0800 Subject: [PATCH] terminal: mark off test --- src/terminal/Screen.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/terminal/Screen.zig b/src/terminal/Screen.zig index 9e7c92861..02f370629 100644 --- a/src/terminal/Screen.zig +++ b/src/terminal/Screen.zig @@ -5500,6 +5500,7 @@ test "Screen: clear above cursor" { try testing.expectEqual(@as(usize, 0), s.cursor.y); } +// X test "Screen: clear above cursor with history" { const testing = std.testing; const alloc = testing.allocator;