vantroy/libvaxis
“a modern tui library written in zig”
Zig @import builtin module referenceChecksum manifest or detached signature filename
SHA-2563026dbd4f100cd3a4c679eb29b102935deb72ade2f19cf0eb0bdf3f233f0352b
MaleculeO(S)Md(Bk)
Evidence
8permissions:
9 contents: read
10 pages: write
11 id-token: write
22:24… Io.Writer, key: vaxis.Key) !void {
23 // If we have text, we always write it directly
24 if (key.text) |text| {
25 try writer.writeAll(text);
26 return;
27 }
⋯6 lines
1//! A virtual terminal widget
2const Terminal = @This();
3
4const std = @import("std");
5const builtin = @import("builtin");
6const ansi = @import("ansi.zig");
7pub const Command = @import("Command.zig");
8const Parser = @import("Parser.zig");
9const Pty …
181:42… .io);
182 if (self.cmd.pid) |pid|
183 try global_vts.put(self.allocator, pid, self);
184 }
185
⋯4 lines
312:5… std.mem.sort(u16, self.tab_stops.items, {}, std.sort.asc(u16));
313 },
314 // Reverse Index
315 'M' => try self.back_screen.reverseIndex …
No evidence locations were recorded for this file. Raw result