Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bcfff5bdc | ||
|
|
42edc5c24b |
@@ -10,7 +10,7 @@
|
||||
|
||||
// This is a [Semantic Version](https://semver.org/).
|
||||
// In a future version of Zig it will be used for package deduplication.
|
||||
.version = "0.9.0",
|
||||
.version = "0.9.1",
|
||||
|
||||
// Together with name, this represents a globally unique package
|
||||
// identifier. This field is generated by the Zig toolchain when the
|
||||
|
||||
@@ -9,7 +9,7 @@ pub const TermSize = struct {
|
||||
pub fn getTerminalSize() !TermSize {
|
||||
// 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) {
|
||||
.windows => {
|
||||
|
||||
Reference in New Issue
Block a user