Skip to content

TUIs and accessibility

Noted by on his . Last updated . Changelog


ncurses is fine for certain specific purposes, like querying terminal characteristics.

I think if you’re building a TUI it should generally be one of multiple options that share a library/backend or it should be something with many alternatives that are at least equivalent, given the poor accessibility of TUIs in general. If one of those things is true, then it should be fine to use ncurses for the TUI.

There’s a Python library called “Textualize” for building TUIs and CLI shells. They’re working on a web target which they claim can get much better accessibility.