Pinned status bar
include/console/statusbar.h View source View on GitHubFunctions
Section titled “Functions”status_bar_open
Section titled “status_bar_open”void status_bar_open(void); status_bar_close
Section titled “status_bar_close”void status_bar_close(void); status_bar_set
Section titled “status_bar_set”void status_bar_set(const char *fmt); status_bar_progress
Section titled “status_bar_progress”void status_bar_progress(size_t done, size_t total, const char *detail_fmt); status_bar_progress_timed
Section titled “status_bar_progress_timed”void status_bar_progress_timed(size_t done, size_t total, time_ms_t test_started_ms, time_ms_t total_started_ms, const char *detail_fmt); status_bar_reset
Section titled “status_bar_reset”void status_bar_reset(void);