mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
fix setting colors
This commit is contained in:
parent
a16e5361d1
commit
0999c42f12
10 changed files with 93 additions and 48 deletions
|
|
@ -116,7 +116,6 @@ pub struct Phat<T> {
|
|||
pub height: u16,
|
||||
pub content: T,
|
||||
pub colors: [Color;4],
|
||||
pub selected: bool,
|
||||
}
|
||||
impl<T> Phat<T> {
|
||||
/// A phat line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue