Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jan 1998 10:06:45 -0800 (PST)
From:      Rudy Gireyev <rgireyev@yahoo.com>
To:        "Jorge_M._Véliz_M." <jmveliz@quetzal.net>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Please help on ncurses or curses form Guatemala
Message-ID:  <19980108180645.15292.rocketmail@send1b.yahoomail.com>

next in thread | raw e-mail | index | archive | help
Jorge, your problem actually has nothing to do with curses :-)
On most systems background processes do associate with a screen and
therefore cannot display any data onto a screen.
One thing you may consider is establishing a communication channel
between a baground job and the foreground one. Then, the data would be
passed to the foreground job which in turn will display it, in a
separate window if you wish.
If you do not want to be that adventurous, you can simply write your
data to a file and then the foreground process can read it and display
it.

Hope this helps.

Rudy.


---"=?ISO-8859-1?Q?Jorge_M._V=E9liz_M.?=" <jmveliz@quetzal.net> wrote:
>
> 
> 	Please help on ncurses or curses, I'm working on a project and I'm
using
> one process in background wich has to excecute some instructions and
has to
> display a message when they are done, also I have a process in
foreground
> with a menu with this instructions, in this process I am using
windows but
> when I try to use windows in the one on background it stops in the
initscrn
> instruction.
> 
> 	Please help me if there is a way to use windows in background or
another
> way to do it. Thanks!
> 
> 

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980108180645.15292.rocketmail>