Updated README with screenshots.
This commit is contained in:
@@ -10,7 +10,7 @@ const char *program_name;
|
||||
|
||||
void draw_greeting() {
|
||||
mvprintw(8, 26, "Welcome to tty-solitaire.");
|
||||
mvprintw(10, 27, "Move with \u2190\u2191\u2192\u2193 or hjkl.");
|
||||
mvprintw(10, 23, "Move with the arrow keys or hjkl.");
|
||||
mvprintw(11, 19, "Use the space bar to mark and move cards.");
|
||||
mvprintw(12, 16, "After marking a card you can use m to increase ");
|
||||
mvprintw(13, 17, "and n to decrease the number of marked cards.");
|
||||
|
||||
Reference in New Issue
Block a user