From 9c14b49b6d4016e05a141e5ba52c09b10bde35f7 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 28 Sep 2021 13:19:38 -0400 Subject: Add news of freecell mouse support to menu --- play.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/play.c b/play.c index 3e2811f..1e1ab51 100644 --- a/play.c +++ b/play.c @@ -235,7 +235,11 @@ static const struct Game *menu(void) { mvaddstr(2 + 3 * i, 2, Games[i].desc); } attrset(A_BOLD); - mvaddstr(2 + 3 * ARRAY_LEN(Games), 2, "Tip: "); + mvaddstr(2 + 3 * ARRAY_LEN(Games), 2, "News: "); + attrset(A_NORMAL); + addstr("FreeCell now supports mouse!"); + attrset(A_BOLD); + mvaddstr(4 + 3 * ARRAY_LEN(Games), 2, "Tip: "); attrset(A_NORMAL); addstr("You can select a game directly using "); attrset(A_BOLD); -- cgit 1.4.1