[BRLTTY] Linux console hacking (was: Re: Footsteps towards better accessibility in Linux)

Aura Kelloniemi kaura.dev at sange.fi
Tue Mar 31 04:12:04 UTC 2026


Hello,

On 2026-03-30 at 23:48 +0200, Sébastien Hinderer <sebastien.hinderer at ens-lyon.org> wrote:
 > Aura Kelloniemi (2026/03/27 09:48 +0200):
 > > Applications which don't use terminfo have some other mechanism for knowing
 > > which sequences it can send to the terminal in order to switch to or from
 > > the alternate screen. If the application does not know that linux terminal
 > > supports alternate screen, it will not be used.

 > Do you have examples of such applicaitons in mind?

Anything that is not using ncurses or terminfo libraries, you can try

$ ldd /path/to/executable | grep 'ncurses\|terminfo'

(with usual cautions related to ldd.)

Basically, anything that uses some other toolkit than ncurses, like Python's
prompt-toolkit, notcurses, Haskell's vty/brick, many programs written in
Rust/Go.

 > I am trying to figure out to which extnet this is a problem. Are we
 > talking about a few very exotic applications, or are we talking about
 > applications we may all use in our everyday life?

Hard to say
 > Best wishes,

 > Seb.
 > _______________________________________________
 > This message was sent via the BRLTTY mailing list.
 > To post a message, send an e-mail to: BRLTTY at brltty.app
 > For general information, go to: http://brltty.app/mailman/listinfo/brltty


More information about the BRLTTY mailing list