Re: RXVT & NCURSES & BACKSPACE problem
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
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 ();