bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deleting or overwriting ACS characters


From: Thomas Dickey
Subject: Re: Deleting or overwriting ACS characters
Date: Thu, 27 Oct 2011 17:04:20 -0400 (EDT)

On Thu, 27 Oct 2011, johnsmith99 wrote:


Hello,

I've created a simple box with waddch() and ACS_VLINE/ACS_HLINE. I would
like to remove this box with a keypress, but I cannot seem to do so. I have
attempted to write over the characters with wprintw(), deleting them with
wdelch() and overwriting with waddch(window, ' ') with no luck.

Am I missing something very simple, or can these characters not be removed
without deleting the window?

it should work - do you have a simple test-case?

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



reply via email to

[Prev in Thread] Current Thread [Next in Thread]