NAME

TUI::TextView - Text rendering components for the TUI::Vision framework

SYNOPSIS

use TUI::TextView;

# Placeholder module.
# The full text rendering system will be migrated from TV::TextView.

DESCRIPTION

TUI::TextView provides the text rendering subsystem for the TUI::Vision framework. It corresponds to the Turbo Vision text device and terminal abstraction layers and is responsible for low-level text output, character cell handling, and terminal interaction.

This module re-exported:

  • TextDevice A low-level abstraction for text output devices.

  • Terminal Terminal-specific rendering and control sequences.

This stub does not implement any of these features yet. It exists solely to reserve the namespace for the upcoming migration.

ROADMAP

  • Phase 2 Migration of TV::TextView::TextDevice and TV::TextView::Terminal.

  • Phase 3 Integration with TUI::Drivers for unified screen output.

  • Phase 4 Support for extended character sets and portable terminal behavior.

AUTHOR

J. Schneider