RES: hiding cursor on text terminals

2013-01-14 Thread Damian Rodriguez Sanchez
>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 th

RES: hiding cursor on text terminals

2013-01-08 Thread Damian Rodriguez Sanchez
>> 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, even if it's not a portable solution? > >What terminals

RES: hiding cursor on text terminals

2013-01-08 Thread 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, even if it's not a portable sol

hiding cursor on text terminals

2013-01-07 Thread 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, even if it's not a portable solution? Thanks, Damian