Re: RXVT & NCURSES & BACKSPACE problem

2002-03-12 Thread Hack Kampbjørn
Igor Bujna wrote: > > Hello, > i install latest rxvt & ncurses from cygwin. I have this test program : > -- > #include > #include > > #define COLOR21 > #define COLOR12 > > int main () { > intc; > char *s;

RXVT & NCURSES & BACKSPACE problem

2002-03-12 Thread Igor Bujna
Hello, i install latest rxvt & ncurses from cygwin. I have this test program : -- #include #include #define COLOR21 #define COLOR12 int main () { intc; char *s; initscr ();