Skip to content

Commit

Permalink
fix(build): windows default statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-Boulay committed Jan 24, 2025
1 parent b455297 commit 29ad695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows_term/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ pub fn is_a_true_color_terminal(out: &Term) -> bool {
Err(_) => true,
};
}
false
}

fn enable_ansi_on(out: &Term) -> bool {
Expand Down

0 comments on commit 29ad695

Please sign in to comment.