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 -