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:

Re: Write to screen

2010-05-17 Thread Dave Korn
On 17/05/2010 12:49, Luis Vital wrote: 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. Sure, you can use the ncurses library to fully control text-mode output: