mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-09 06:43:25 +00:00
render multiple lines
This commit is contained in:
@@ -89,7 +89,7 @@ pub fn create(alloc: Allocator) !*Window {
|
||||
// Create our terminal
|
||||
var term = Terminal.init(grid.size.columns, grid.size.rows);
|
||||
errdefer term.deinit(alloc);
|
||||
try term.append(alloc, "hello!");
|
||||
try term.append(alloc, "hello!\r\nworld!");
|
||||
|
||||
self.* = .{
|
||||
.window = window,
|
||||
|
||||
Reference in New Issue
Block a user