mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
parent
236ee6b810
commit
cb989baf83
8 changed files with 674 additions and 283 deletions
|
|
@ -1167,7 +1167,7 @@ mod view {
|
|||
&connect.info)))))))))
|
||||
}
|
||||
|
||||
pub fn draw_header (state: &Lv2, to: &mut TuiOut, x: u16, y: u16, w: u16) {
|
||||
#[cfg(feature = "lv2")] pub fn draw_header (state: &Lv2, to: &mut TuiOut, x: u16, y: u16, w: u16) {
|
||||
let style = Style::default().gray();
|
||||
let label1 = format!(" {}", state.name);
|
||||
to.blit(&label1, x + 1, y, Some(style.white().bold()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue