Documentation
¶
Overview ¶
Package main demonstrates the simplest form of scrollback + live region.
This minimal example shows:
- Static content printed with tui.Print (scrollback history)
- Dynamic content updated with tui.LivePrinter (live region)
- Multiple async processes updating different parts of the live region
- Raw keyboard input for interactive control
Run with: go run ./examples/scrollback_simple
Click to show internal directories.
Click to hide internal directories.