fix(typo): correct function name
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m40s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m40s
This commit is contained in:
@@ -35,7 +35,7 @@ pub fn enterAltScreen() !void {
|
||||
_ = try std.posix.write(std.posix.STDIN_FILENO, "\x1b[?1049h");
|
||||
}
|
||||
|
||||
pub fn existAltScreen() !void {
|
||||
pub fn exitAltScreen() !void {
|
||||
_ = try std.posix.write(std.posix.STDIN_FILENO, "\x1b[?1049l");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user