[leaf-user] Re: ncurses5.lrp in Bering 1.2 (Ray Olszewski)

2003-10-10 Thread Felix Theodor
Hallo Ray, actually I just want to implemented a small programm that allowed the user easyly to change the provider information suchs MSN, REMMSN, USER and PWD. So I started with... #include stdio.h #include stdlib.h #include curses.h int main() { initscr();/*curses initialisieren*/

Re: [leaf-user] Re: ncurses5.lrp in Bering 1.2 (Ray Olszewski)

2003-10-10 Thread Eric Wolzak
Hello Felix with your first problem (ncurses) I can't help you but your second question is easy 1. call the lrcfg menu # lrcfg 2- b for backup b 3. The number of the isdn.lrp xxx 4 confirm that the space on your floppy is enough. It can also be done in 1 call with different parameter but this is

Re: [leaf-user] Re: ncurses5.lrp in Bering 1.2 (Ray Olszewski)

2003-10-10 Thread Erich Titl
Felix At 09:36 10.10.2003, Felix Theodor wrote: Hallo Ray, actually I just want to implemented a small programm that allowed the user easyly to change the provider information suchs MSN, REMMSN, USER and PWD. So I started with... #include stdio.h #include stdlib.h #include curses.h int main()