Disable width measuring
This commit is contained in:
parent
3b8cd6c0a1
commit
f36f205a40
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use ui::Ui;
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() -> anyhow::Result<()> {
|
async fn main() -> anyhow::Result<()> {
|
||||||
let mut terminal = Terminal::new()?;
|
let mut terminal = Terminal::new()?;
|
||||||
terminal.set_measuring(true);
|
// terminal.set_measuring(true);
|
||||||
Ui::run(&mut terminal).await?;
|
Ui::run(&mut terminal).await?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue