Skip to content

Commit

Permalink
keep wrapping in tui
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Oct 26, 2024
1 parent 379c9e6 commit 9e68109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ async fn main() -> miette::Result<()> {
&app.log_style,
&app.verbose,
&app.color,
Some(true),
Some(tui.event_handler.sender.clone()),
)
.into_diagnostic()?;
Expand Down

0 comments on commit 9e68109

Please sign in to comment.