Home
last modified time | relevance | path

Searched refs:update_bottom_state_bar (Results 1 – 2 of 2) sorted by relevance

/Held/src/utils/ui/
H A Duicore.rs81 pub fn update_bottom_state_bar(&mut self) -> io::Result<()> { in update_bottom_state_bar() method
328 core.update_bottom_state_bar()?; in ui_loop()
356 core.update_bottom_state_bar()?; in ui_loop()
/Held/src/utils/ui/mode/
H A Dmode.rs98 ui.update_bottom_state_bar()?; in key_event_route()