Re: curses for different terminals

2005-04-15 Thread TZOTZIOY
On Thu, 14 Apr 2005 19:38:26 +0200, rumours say that harold fellermann <[EMAIL PROTECTED]> might have written: >> 1. Are you doing an single process application that produces output on >> many terminals? ie the program is kind of like a service? >gotcha. I want to write a TCP server that handles

Re: curses for different terminals

2005-04-14 Thread harold fellermann
On 14.04.2005, at 19:17, Christos TZOTZIOY Georgiou wrote: On Thu, 14 Apr 2005 18:39:14 +0200, rumours say that harold fellermann <[EMAIL PROTECTED]> might have written: Hi all, I want to use curses in a server application that provides a GUI for telnet clients. Therefore, I need the functionality

Re: curses for different terminals

2005-04-14 Thread TZOTZIOY
On Thu, 14 Apr 2005 18:39:14 +0200, rumours say that harold fellermann <[EMAIL PROTECTED]> might have written: >Hi all, >I want to use curses in a server application that provides a GUI for >telnet clients. Therefore, I need the functionality to open and handle >several >screens. Just to make

curses for different terminals

2005-04-14 Thread harold fellermann
Hi all, I want to use curses in a server application that provides a GUI for telnet clients. Therefore, I need the functionality to open and handle several screens. Concerning http://dickey.his.com/ncurses/ncurses-intro.html#init this can be done using the function newterm(type,ofp,ifp). However