bug-ncurses
[Top][All Lists]
Advanced

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

Deleting or overwriting ACS characters


From: johnsmith99
Subject: Deleting or overwriting ACS characters
Date: Thu, 27 Oct 2011 11:02:00 -0700 (PDT)

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?

johnsmith99
-- 
View this message in context: 
http://old.nabble.com/Deleting-or-overwriting-ACS-characters-tp32733236p32733236.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.




reply via email to

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