Re: [BRLTTY] adding custom command to replace a braille window

2017-05-26 Thread Mario Lang
Vikash Kesharwani writes: > Translation is not an issue. I am facing issue with cursor routing. It does > not work all the time. Can there be any particular reason for this. Is > cursor routing guaranteed to execute( I am using nano) or there is any >

Re: [BRLTTY] adding custom command to replace a braille window

2017-05-22 Thread Shérab
Dear Vikash, Vikash Kesharwani (2017/05/21 09:08 +0530): > I am working on a braille display, where we can support contracted input. > So , since brltty does not support that, we decided to take user input in a > temporary buffer, translate it and send it to brltty. Obviously this is > very

Re: [BRLTTY] adding custom command to replace a braille window

2017-05-20 Thread Vikash Kesharwani
I am working on a braille display, where we can support contracted input. So , since brltty does not support that, we decided to take user input in a temporary buffer, translate it and send it to brltty. Obviously this is very complex thing to implement, but I just want help on this issue I am

Re: [BRLTTY] adding custom command to replace a braille window

2017-05-20 Thread Shérab
Dear Vikash, I'll leave the details to somebody else, perhaps Dave himself. What exactly are you trying to do? Why do you need to replace a window with another one? Could you perhaps give an example of a context where the thing you are trying to do would be useful? Cheers, Shérab.

[BRLTTY] adding custom command to replace a braille window

2017-05-20 Thread Vikash Kesharwani
Hi everyone, For one of my projects I am trying to replace current braille window with another text buffer. For this I am following steps below- 1. Create custom command to delete the window content. (called from brl_readCommand using enqueCommand) - calculate the current window length -