mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Piping of commands into text files
usage: xxx(command) > xxxx.xxx (file)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user