Piping of commands into text files

usage: xxx(command) > xxxx.xxx (file)
This commit is contained in:
Chris
2026-02-04 21:37:51 +01:00
parent 5e3dc237cc
commit e7752b7253
13 changed files with 134 additions and 41 deletions

View File

@@ -160,7 +160,7 @@ static void minesweeper_paint(Window *win) {
} else if (game_won) {
draw_string(win->x + 10, win->y + 30, "You Won!", COLOR_BLUE);
} else {
draw_string(win->x + 10, win->y + 30, "Minesweeper", COLOR_BLACK);
draw_string(win->x + 10, win->y + 30, "", COLOR_BLACK);
}
// Draw grid