From: sos AT prospect DOT com DOT ru (Sergey Okhapkin) Subject: RE: cygwin 14 Jan 1997 01:21:21 -0800 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <01BC020E.09F2B530.cygnus.gnu-win32@gater.krystalbank.msk.ru> Original-To: "gnu-win32 AT cygnus DOT com" , "'ppeek AT hub DOT ofthe DOT net'" Encoding: 12 TEXT Original-Sender: owner-gnu-win32 AT cygnus DOT com ppeek AT hub DOT ofthe DOT net wrote: >urgent. I need to know " How do i change the text output position in >cygwin??? " Console handler in cygwin.dll supports most of ANSI escape sequences. You have to output sequence ESC[row;colH to position cursor. Or, the better/portable solution - use terminal libraries like termcap or ncurses. Sergey Okhapkin Moscow, Russia - For help on using this list, send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".