Skip to main content

Module renderer

Module renderer 

Source
Expand description

Cleanroom Rust port of upstream Go source file: renderer.go Upstream Target Tag / Version: v2.0.8

# Renderer Trait

Renderer interface trait for Bubble Tea v2.0.8 (render(View), flush(bool), insert_above, clear_screen).

Structs§

PrintLineMsg
PrintLineMsg represents a line printed above the TUI.

Traits§

Renderer
Renderer interface for Bubble Tea v2.0.8.

Functions§

print_f
Printf prints formatted output above the Program.
print_ln
Println prints above the Program.