Skip to content

Commit

Permalink
disable echo of input
Browse files Browse the repository at this point in the history
  • Loading branch information
Judro committed Feb 13, 2024
1 parent 32bb187 commit 6e4e7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mines.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ int main(int argc, char *argv[]) {
WINDOW *window = initscr();
start_color();
curs_set(0);
noecho();
GameInstance game = select_mode(getmaxx(window), getmaxy(window));
if (game == NULL) {
goto end;
Expand Down

0 comments on commit 6e4e7b4

Please sign in to comment.