fix: remove some obsolete functions and avoid panic on copy

This commit is contained in:
CJ van den Berg 2025-01-05 09:52:37 +01:00
parent 6257c9d721
commit 16c9189493
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 3 additions and 24 deletions

View file

@ -142,10 +142,6 @@ pub fn input_fd_blocking(self: Self) i32 {
return self.tty.fd;
}
pub fn leave_alternate_screen(self: *Self) void {
self.vx.exitAltScreen() catch {};
}
pub fn process_renderer_event(self: *Self, msg: []const u8) !void {
var input_: []const u8 = undefined;
var text_: []const u8 = undefined;