pi-tui — Component-Based Terminal UI Component-based TUI framework with differential rendering and synchronized output for flicker-free terminals. Core Setup Built-in Components (13 total) | Component | Purpose | Key Methods | | ------------------------------ | ------------------------------ | ---------------------------------------- | | | Holds child components | , , | | / | Plain text display | | | | Single-line text input | , | | | Multi-line text editor | , , | | | Render markdown text | | | | Selectable list with filtering | , , | | | Key-value settings editor | | | | Container with back…