← All terms

Terminal Buffer

Also known as: Accessible Terminal Buffer, Terminal Output Buffer

A text-based area in a terminal or command-line interface that stores and displays the output of executed commands. In accessibility contexts, an accessible terminal buffer allows screen reader users to navigate terminal output line by line and character by character using standard arrow keys, rather than receiving the entire output as a single speech announcement. The implementation of accessible terminal buffers in editors like Visual Studio Code was a significant milestone for blind programmers, replacing previously inaccessible output containers with navigable text editor components.

Category: software engineering · Assistive Technology · screen reader accessibility

Related: Integrated Development Environment · Screen Reader · Nonvisual Programming

Sources