From 8582796087ad37af3209cd74d5e38872d9d147fc Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sat, 2 Jan 2021 12:12:26 +0000 Subject: [PATCH] set the cursor to invisible --- games/testpat/testpat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games/testpat/testpat.c b/games/testpat/testpat.c index 2ef943d996d3..b12d265ee3fb 100644 --- a/games/testpat/testpat.c +++ b/games/testpat/testpat.c @@ -1,4 +1,4 @@ -/* $NetBSD: testpat.c,v 1.2 2021/01/02 12:10:17 jmcneill Exp $ */ +/* $NetBSD: testpat.c,v 1.3 2021/01/02 12:12:26 jmcneill Exp $ */ /*- * Copyright (c) 2016 Nathanial Sloss @@ -63,6 +63,7 @@ int main(int argc, char *argv[]) { printf("\n"); return EXIT_FAILURE; } + curs_set(0); if (argc > 2) { endwin();