Write to screen

2010-05-17 Thread Luis Vital
Hi, I would like to know if it is possible to write directly to a position on the screen. I am using the text version of cygwin and I compile my program with GCC. Thanks in advance, Luis Vital -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com

NCurses and Cygwin

2010-05-17 Thread Luis Vital
#include "ncurses/ncurses.h" I don't get errors and the programs work fine. Nevertheless all the examples use #include so this should work fine. Does anyone know why this is happening? Thanks in advance. Best regards, Luis Vital -- Problem reports: http://cygwin.com/pr

Terminal windows

2010-05-19 Thread Luis Vital
Hi, I am running the text version of cygwin. What I want to do is, while in a terminal window launch a script wich opens another terminal window and launches inside this one a program. Thanks in advance for any help. Best regards, Luis Vital -- Problem reports: http://cygwin.com

Re: Terminal windows

2010-05-19 Thread Luis Vital
appending output to `nohup.out' nohup: failed to run command `xterm': No such file or directory Could it be passible that you explain a bit better? Thanks in advance. Luis Vital > On Wed, May 19, 2010 at 06:29:03PM +0100, Luis Vital wrote: >> Hi, >> >>