Re: hiding cursor on text terminals

2013-01-13 Thread Thomas Wolff
Am 07.01.2013 19:24, schrieb Damian Rodriguez Sanchez: Hello list, I have compiled a Linux ncurses gcc application on Cygwin. Everything works fine except for curs_set(0) calls which do not hide the cursor on text mode terminals (they work on X though). Does anybody know of a way to achieve this

Re: hiding cursor on text terminals

2013-01-08 Thread Andy Koppe
On 7 January 2013 18:24, Damian Rodriguez Sanchez wrote: > I have compiled a Linux ncurses gcc application on Cygwin. Everything works > fine except for curs_set(0) calls which do not hide the cursor on text mode > terminals (they work on X though). Does anybody know of a way to achieve > this, eve

Re: hiding cursor on text terminals

2013-01-07 Thread Christopher Faylor
On Mon, Jan 07, 2013 at 09:37:54PM +0100, Lars Bj?rndal wrote: >On Mon, Jan 07, 2013 at 04:24:55PM -0200, Damian Rodriguez Sanchez wrote: >> Hello list, >> >> I have compiled a Linux ncurses gcc application on Cygwin. Everything works >> fine except for curs_set(0) calls which do not hide the curs

Re: hiding cursor on text terminals

2013-01-07 Thread Lars Bjørndal
On Mon, Jan 07, 2013 at 04:24:55PM -0200, Damian Rodriguez Sanchez wrote: > Hello list, > > I have compiled a Linux ncurses gcc application on Cygwin. Everything works > fine except for curs_set(0) calls which do not hide the cursor on text mode > terminals (they work on X though). Does anybody kn