fix(utils): fix typo
This commit is contained in:
@@ -9,7 +9,7 @@ pub const TermSize = struct {
|
|||||||
pub fn getTerminalSize() !TermSize {
|
pub fn getTerminalSize() !TermSize {
|
||||||
// https://github.com/softprops/zig-termsize (https://github.com/softprops/zig-termsize/blob/main/src/main.zig)
|
// https://github.com/softprops/zig-termsize (https://github.com/softprops/zig-termsize/blob/main/src/main.zig)
|
||||||
|
|
||||||
const stdout = std.io.getStdIn();
|
const stdout = std.io.getStdOut();
|
||||||
|
|
||||||
switch (builtin.os.tag) {
|
switch (builtin.os.tag) {
|
||||||
.windows => {
|
.windows => {
|
||||||
|
|||||||
Reference in New Issue
Block a user