From owner-freebsd-questions Sat Jan 27 22:28:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from okeeday.resnet.mtu.edu (okeeday.resnet.mtu.edu [141.219.81.234]) by hub.freebsd.org (Postfix) with ESMTP id 06CF937B698 for ; Sat, 27 Jan 2001 22:28:25 -0800 (PST) Received: (from george@localhost) by okeeday.resnet.mtu.edu (8.9.3/8.9.3) id BAA08392 for freebsd-questions@FreeBSD.ORG; Sun, 28 Jan 2001 01:28:25 -0500 (EST) From: Rabu Lu Mishi Message-Id: <200101280628.BAA08392@okeeday.resnet.mtu.edu> Subject: ncurses and an invisible cursor To: freebsd-questions@FreeBSD.ORG Date: Sun, 28 Jan 101 01:28:13 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to make a program which is portable among different BSD varients. It uses curses and it needs to have an invisible cursor. I have tried to make the cursor invisible with curs_set(0). I have done this on OpenBSD by initializing curses by using newterm("vt220",...) so that it uses vt220's ability to make the cursor disappear. Unfortunately, I have not found a terminal in termcap which seems to allow this. What seems to be the trouble? It seems as if there is no way to make the cursor invisible with curses under FreeBSD. --Rabu Mishi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message