Re: RES: hiding cursor on text terminals

2013-01-14 Thread Christopher Faylor
On Mon, Jan 14, 2013 at 07:31:19PM +0100, Corinna Vinschen wrote: >On Jan 14 10:20, Christopher Faylor wrote: >>On Mon, Jan 14, 2013 at 02:26:14PM +0100, Corinna Vinschen wrote: >>>On Jan 14 10:37, Damian Rodriguez Sanchez wrote: ???>Am 07.01.2013 19:24, schrieb Damian Rodriguez Sanchez: >>

Re: RES: hiding cursor on text terminals

2013-01-14 Thread Corinna Vinschen
On Jan 14 10:20, Christopher Faylor wrote: > On Mon, Jan 14, 2013 at 02:26:14PM +0100, Corinna Vinschen wrote: > >On Jan 14 10:37, Damian Rodriguez Sanchez wrote: > >> ???>Am 07.01.2013 19:24, schrieb Damian Rodriguez Sanchez: > >> >> Hello list, > >> >> > >> >> I have compiled a Linux ncurses gcc

Re: RES: hiding cursor on text terminals

2013-01-14 Thread Christopher Faylor
On Mon, Jan 14, 2013 at 02:26:14PM +0100, Corinna Vinschen wrote: >On Jan 14 10:37, Damian Rodriguez Sanchez wrote: >> ???>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 e

Re: RES: hiding cursor on text terminals

2013-01-14 Thread Corinna Vinschen
On Jan 14 10:37, Damian Rodriguez Sanchez wrote: > >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 > >

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 though). Does anybody know of a way t

Re: RES: hiding cursor on text terminals

2013-01-08 Thread Earnie Boyd
On Tue, Jan 8, 2013 at 10:16 AM, Christopher Faylor wrote: > Probably just sheer orneriness. We like to leave some things undone > just to mess with people's minds. Or in other words, http://cygwin.com/acronyms/#BWAM -- Earnie -- https://sites.google.com/site/earnieboyd -- Problem reports:

Re: RES: hiding cursor on text terminals

2013-01-08 Thread Christopher Faylor
On Tue, Jan 08, 2013 at 12:33:49PM -0200, 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

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