]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
set the cursor to invisible
authorjmcneill <jmcneill@NetBSD.org>
Sat, 2 Jan 2021 12:12:26 +0000 (12:12 +0000)
committerjmcneill <jmcneill@NetBSD.org>
Sat, 2 Jan 2021 12:12:26 +0000 (12:12 +0000)
testpat/testpat.c

index 2ef943d996d3dfb120d71405860cafc53a8662ef..b12d265ee3fb6acf78cb7c183065feb46e40c5f3 100644 (file)
@@ -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();