Skip to content

Commit

Permalink
fix: ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AMythicDev committed Feb 13, 2024
1 parent 6ae37ad commit 4ac093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl Screen {
impl Default for Screen {
fn default() -> Self {
Self {
line_wrapping: false,
line_wrapping: true,
orig_text: String::with_capacity(100 * 1024),
formatted_lines: Vec::with_capacity(500 * 1024),
line_count: 0,
Expand Down

0 comments on commit 4ac093e

Please sign in to comment.