bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: redirect ncurses


From: Thomas Dickey
Subject: Re: redirect ncurses
Date: Tue, 3 Apr 2007 06:06:32 -0400 (EDT)

On Sat, 31 Mar 2007, donshrimps wrote:


hello,
is there somewhere a tutorial to redirect ncurses inputs/outputs from/to a
pipe?

not that I'm aware.  Occasionally someone's mentioned working on an
application which communicates via a socket connection (but I don't
know any details of that).

Sockets aren't tty's, so there were some
minor changes to make ncurses not give up when trying to set the
terminal mode.

Pipes aren't tty's either - and like sockets, you'd have to work around
the buffering that's done (possibly harder than with a socket connection).
That's assuming you wanted to send single characters to the curses process.


I want to create a deamon program and a debugger.
The deamon is started at system startup. With the debugger the user can view
deamon prog infos, can enter commands, intercommunicate with the deamon
program.

Can anyone help?
donshrimps


--
View this message in context: 
http://www.nabble.com/redirect-ncurses-tf3496966.html#a9767440
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.



_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]