Skip to content

Commit

Permalink
chore: Clean up old constants in main
Browse files Browse the repository at this point in the history
Deleted some lines used to refer to my ANSI color types. I've just been
using the full name with module
  • Loading branch information
nrdave committed May 14, 2024
1 parent 42c2fdd commit 1810fc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ const ansi = @import("ansi_term_codes.zig");
const cm = @import("cell_matrix.zig");
const termsize = @import("termsize");

const AnsiColorCode = ansi.AnsiColorCode;
const AnsiColorType = ansi.AnsiColorType;
const AnsiColor = ansi.AnsiColor;
const AnsiGraphicsMode = ansi.AnsiGraphicsMode;
pub fn main() !void {
const stdout = std.io.getStdOut().writer();
const stdin = std.io.getStdIn().reader();
Expand Down

0 comments on commit 1810fc0

Please sign in to comment.