The text mode lie: why modern TUIs are a nightmare for accessibility

41 points by natfu


joshka

The conclusion on this is incorrect IMHO

The problems Reeves describes seem to stem not so much from TUIs being inherently inaccessible, but from modern frameworks not actually making use of the terminal’s core feature set. I really hope this Reeves’ article shines a light on this problem, and that the people developing these modern TUIs start taking accessibility more seriously.

The issue is that the protocols aren't sufficient for the specific UX workloads that modern TUI apps want to put through them. There's a large capability gap that needs better protocol work, not just application layer stuff. VT100 scrolling regions doesn't solve most or any of that.