[BRLTTY] Low-level BrlAPI questions

Aura Kelloniemi kaura.dev at sange.fi
Tue Apr 20 10:04:44 EDT 2021


On 2021-04-20 at 15:28 +0200, Samuel Thibault <samuel.thibault at ens-lyon.org> wrote:
 > Aura Kelloniemi, le mar. 20 avril 2021 16:24:56 +0300, a ecrit:
 > > This probably means, than when text ends, the rest of the display is padded
 > > with spaces, and if space is defined to be something else than an empty cell,
 > > this pattern will fill the end of the display.

 > We could instead fill with U+2800?

There was recently a discussion on this list where somebody wanted to redefine
the unicode braille characters to display a single uniform dot pattern, which
kind of would defeat this approach.

Is it possible to set andMask to 0 for all the cells that need to padded in
text, unless andMask (provided by te user) is long enough to take care of
them? This way the cells are forced to be blank. This is what I did in my Rust
implementation, but as BrlAPI does all necessary padding now, I'll start to
utilize the server features.

-- 
Aura


More information about the BRLTTY mailing list