at least we're now sending a character
This commit is contained in:
parent
24710414bd
commit
f992a24719
9 changed files with 203 additions and 32 deletions
|
@ -19,7 +19,7 @@ pub enum TerminalDownMsg {
|
|||
#[derive(Serialize, Deserialize, Debug, PartialEq, Clone)]
|
||||
#[serde(crate = "serde")]
|
||||
pub struct TerminalScreen {
|
||||
pub cols : usize,
|
||||
pub rows : usize,
|
||||
pub cols : u16,
|
||||
pub rows : u16,
|
||||
pub content : String,
|
||||
}
|
||||
|
|
Reference in a new issue