Hello all,

I work on integration of one applicattion with brltty, using brlapi under Android. I am trying to set cursor blink rate, but without success. What am I doing wrong?

connection=new Connection(new ConnectionSettings());
if(displayReady()) {
    connection.enterTtyMode(0);
    CursorBlinkPeriodParameter p=new CursorBlinkPeriodParameter(connection);
    p.set(CursorBlinkPeriodParameter.DEFAULT_SUBPARAM,500);
}
else return false;
connection.write("hello world",5);

I see the "hello world" text, and also cursor under character at position 5 but 
cursor does not blink.
Thanks for any hints
Peter

--
Peter Lecký Stopka n. o.
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Reply via email to