Skip to main content

Module progress_bar

Module progress_bar 

Source
Expand description

Progress bar overlay rendering using egui.

Renders progress bars from OSC 9;4 (simple) and OSC 934 (named/concurrent) protocols as thin bar overlays at the top or bottom of the terminal window.

Structs§

NamedProgressBar
A named progress bar from OSC 934 sequences
ProgressBarSnapshot
Snapshot of all active progress bars for rendering.

Functions§

render_progress_bars
Render progress bar overlays using egui.