summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2021-01-02 12:12:26 +0000
committerjmcneill <jmcneill@NetBSD.org>2021-01-02 12:12:26 +0000
commit031f20b96a24f20077990cf4361614028c2d0956 (patch)
tree2601d8ddc85c2b80ed62c6afb4a15e9b35817f26
parent3e20d501e43bd064ba80593e0e103038df5fcf49 (diff)
downloadbsdgames-darwin-031f20b96a24f20077990cf4361614028c2d0956.tar.gz
bsdgames-darwin-031f20b96a24f20077990cf4361614028c2d0956.tar.zst
bsdgames-darwin-031f20b96a24f20077990cf4361614028c2d0956.zip
set the cursor to invisible
-rw-r--r--testpat/testpat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testpat/testpat.c b/testpat/testpat.c
index 2ef943d9..b12d265e 100644
--- a/testpat/testpat.c
+++ b/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 <nathanialsloss@yahoo.com.au>
@@ -63,6 +63,7 @@ int main(int argc, char *argv[]) {
printf("\n");
return EXIT_FAILURE;
}
+ curs_set(0);
if (argc > 2) {
endwin();