05-23-06 12:16 PM
key9 wrote:
> I am writing a displayer class to adapter with ncurses's WINDOW* ,
> when I use vs << KEY_BACKSPACE, I want delete a char.(just current line
> maybe)
>
> Do I have to write some bufferFrame to achieve that?
You can delete a char by writing a space.
[ Post a follow-up to this message ]
|