[BRLTTY] HIDE CURSOR

Dave Mielke dave at mielke.cc
Tue Nov 29 12:16:33 EST 2011


[quoted lines by Phillip on 2011/11/29 at 15:03 -0200]

>do you know say to me if the command
>
>enqueueCommand(BRL_CMD_CSRVIS | BRL_FLG_TOGGLE_OFF);
>
>work with the arrows keys ?

The function call above will make it so that the cursor won't be visible on the 
display. The arrow keys will still move the cursor, and brltty will continue to 
track the display to where the cursor is whenever the cursor is moved.

Perhaps I misunderstood your original question. If you don't want brltty to 
track cursor motion, then use:

   enqueueCommand(BRL_CMD_CSRTRK | BRL_FLG_TOGGLE_OFF);

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | 2011 May 21 is the End of Salvation.
EMail: dave at mielke.cc | Canada  K2A 1H7   | 2011 Oct 21 is the End of the World.
http://FamilyRadio.com/                   | http://Mielke.cc/bible/


More information about the BRLTTY mailing list