mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-07 10:26:34 +00:00
Merge pull request #777 from p00f/main
disable zig fmt for aligned comments
This commit is contained in:
@@ -4107,6 +4107,8 @@ test "Screen: selectOutput" {
|
|||||||
var s = try init(alloc, 15, 10, 0);
|
var s = try init(alloc, 15, 10, 0);
|
||||||
defer s.deinit();
|
defer s.deinit();
|
||||||
|
|
||||||
|
// zig fmt: off
|
||||||
|
{
|
||||||
// line number:
|
// line number:
|
||||||
try s.testWriteString("output1\n"); // 0
|
try s.testWriteString("output1\n"); // 0
|
||||||
try s.testWriteString("output1\n"); // 1
|
try s.testWriteString("output1\n"); // 1
|
||||||
@@ -4118,6 +4120,7 @@ test "Screen: selectOutput" {
|
|||||||
try s.testWriteString("output3\n"); // 7
|
try s.testWriteString("output3\n"); // 7
|
||||||
try s.testWriteString("output3\n"); // 8
|
try s.testWriteString("output3\n"); // 8
|
||||||
try s.testWriteString("output3"); // 9
|
try s.testWriteString("output3"); // 9
|
||||||
|
}
|
||||||
|
|
||||||
var row = s.getRow(.{ .screen = 2 });
|
var row = s.getRow(.{ .screen = 2 });
|
||||||
row.setSemanticPrompt(.prompt);
|
row.setSemanticPrompt(.prompt);
|
||||||
|
Reference in New Issue
Block a user