From owner-freebsd-questions Wed Jan 7 19:37:29 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA20021 for questions-outgoing; Wed, 7 Jan 1998 19:37:29 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from tecni1.quetzal.net.quetzal.net (tecni1.quetzal.net [168.234.130.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA19947; Wed, 7 Jan 1998 19:36:51 -0800 (PST) (envelope-from jmveliz@quetzal.net) Received: from p100 ([168.234.130.56]) by tecni1.quetzal.net.quetzal.net (5.x/SMI-SVR4) id AA10398; Wed, 7 Jan 1998 21:39:36 -0600 Message-Id: <9801080339.AA10398@tecni1.quetzal.net.quetzal.net> From: "=?ISO-8859-1?Q?Jorge_M._V=E9liz_M.?=" To: "FAQ3" , "FAQ2" , "FAQ" , , Subject: Please help on ncurses or curses form Guatemala Date: Wed, 7 Jan 1998 09:33:17 -0600 X-Msmail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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!