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: johnsmith99
Subject: Re: Deleting or overwriting ACS characters
Date: Thu, 27 Oct 2011 14:35:23 -0700 (PDT)



Thomas Dickey-2 wrote:
> 
> 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
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-ncurses
> 
> 

Hello Thomas,

I must apologize. My test case showed that waddch(window, '  ') works as
expected. I'm sure it comes as no surprise that I have found the bug
responsible in my code rather than yours. :)

Thank you for the reply anyway.
-- 
View this message in context: 
http://old.nabble.com/Deleting-or-overwriting-ACS-characters-tp32733236p32734551.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

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