mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-15 06:16:11 +00:00
terminal2: start Selection
This commit is contained in:
@@ -925,7 +925,7 @@ pub fn dumpStringAlloc(
|
||||
/// This is basically a really jank version of Terminal.printString. We
|
||||
/// have to reimplement it here because we want a way to print to the screen
|
||||
/// to test it but don't want all the features of Terminal.
|
||||
fn testWriteString(self: *Screen, text: []const u8) !void {
|
||||
pub fn testWriteString(self: *Screen, text: []const u8) !void {
|
||||
const view = try std.unicode.Utf8View.init(text);
|
||||
var iter = view.iterator();
|
||||
while (iter.nextCodepoint()) |c| {
|
||||
|
Reference in New Issue
Block a user