X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=3.4 required=5.0 tests=AWL,BAYES_20,KHOP_THREADED,MSGID_MULTIPLE_AT,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org From: Damian Rodriguez Sanchez To: References: <00cd01cded04$4acaa8e0$e05ffaa0$@sanchez AT itautec DOT com> <20130107203754 DOT GG20550 AT lamasti DOT net> <20130107205808 DOT GA20978 AT ednor DOT casa DOT cgf DOT cx> In-Reply-To: <20130107205808.GA20978@ednor.casa.cgf.cx> Subject: RES: hiding cursor on text terminals Date: Tue, 8 Jan 2013 09:29:34 -0200 Message-ID: <002e01cded93$71c69eb0$5553dc10$@sanchez@itautec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" content-transfer-encoding: 7bit x-cr-hashedpuzzle: AgJ0 BLbu BttI BwHA CLs4 CVMd Cngl Dlee EqMH FvzW IMNx IjBN IkEc JUjo KpPw K5AX;1;YwB5AGcAdwBpAG4AQABjAHkAZwB3AGkAbgAuAGMAbwBtAA==;Sosha1_v1;7;{25E5808B-B06F-40EB-AEFD-2C03A325790D};ZABhAG0AaQBhAG4ALgBzAGEAbgBjAGgAZQB6AEAAaQB0AGEAdQB0AGUAYwAuAGMAbwBtAA==;Tue, 08 Jan 2013 11:29:08 GMT;UgBFAFMAOgAgAGgAaQBkAGkAbgBnACAAYwB1AHIAcwBvAHIAIABvAG4AIAB0AGUAeAB0ACAAdABlAHIAbQBpAG4AYQBsAHMA x-cr-puzzleid: {25E5808B-B06F-40EB-AEFD-2C03A325790D} X-EXCLAIMER-MD-CONFIG: 2a5522f3-b02f-4167-9a1b-830c3e94590c X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com >>> 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? >> >>Hello! >> >>Please don't hide the cursor in a text interface. That will make the >>app impossible or difficult to use with technology like a screen reader >>or braille output. Instead, ensure that the cursor is following the >>soft cursor. Then, the program is accessible to more people. > >Come on now. There is no reason for you to care what someone does with >their private application. > >The OP was reporting a potential bug which, if it is really a bug, should >be fixed. They don't need to lecture them on UI design. It seems this is an old problem. I had a look at the archives and found following post from 2001: http://sourceware.org/ml/cygwin/2001-07/msg01115.html Does anybody know if there's been any change since then? Apparently not, but maybe I'm missing something. And as I said, any workaround would be appreciated. Lars, I've never worked with the kind of device you mention. Maybe one day I'll be able to contribute to having a more egalitarian access to computer programs. For now, I don't see how having a cursor flickering around a screen that has to be constantly updated will help blind people. Regards, Damian. 0 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple