# Functions
DrawText draws a string on the provided view at the specified position.
# Structs
AnnotatedText is a block of text rendered with annotations.
App drives the main UI for the application.
OverlayTextAnnotation overlays a different text over a section of text in AnnotatedText.
Pos is a position in the terminal UI.
StyleTextAnnotation changes the style of a section of text in AnnotatedText.
# Interfaces
TextAnnotation changes what gets rendered for AnnotatedText.
Widget is a drawable object that may handle events.