mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-01-03 14:56:23 -05:00
Update sudoku.c
This commit is contained in:
parent
1be5fdd533
commit
6e8d0d324e
2
sudoku.c
2
sudoku.c
@ -283,7 +283,7 @@ void help(void){
|
|||||||
mvprintw(8,0,"n : New board");
|
mvprintw(8,0,"n : New board");
|
||||||
mvprintw(9,0,"r : Restart");
|
mvprintw(9,0,"r : Restart");
|
||||||
if(size>4)
|
if(size>4)
|
||||||
printw(" (some of these alphabet controls maybe overrided in certain sizes)");
|
printw(" (some of these alphabet controls maybe overridden in certain sizes)");
|
||||||
mvprintw(10,0,"? : Hint (not like in other games)");
|
mvprintw(10,0,"? : Hint (not like in other games)");
|
||||||
mvprintw(11,0,"F1 & F2: Help on controls & gameplay");
|
mvprintw(11,0,"F1 & F2: Help on controls & gameplay");
|
||||||
mvprintw(12,0,"PgDn,PgUp,<,> : Scroll");
|
mvprintw(12,0,"PgDn,PgUp,<,> : Scroll");
|
||||||
|
Loading…
Reference in New Issue
Block a user