From 031f20b96a24f20077990cf4361614028c2d0956 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Sat, 2 Jan 2021 12:12:26 +0000 Subject: set the cursor to invisible --- testpat/testpat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ -63,6 +63,7 @@ int main(int argc, char *argv[]) { printf("\n"); return EXIT_FAILURE; } + curs_set(0); if (argc > 2) { endwin(); -- cgit v1.2.3-56-ge451