Skip to content

Commit

Permalink
Upgrade to nu-ansi-term 0.49
Browse files Browse the repository at this point in the history
This release fixes the problem that blocked #68

This PR just keeps the behavior as before and does not yet incorporate
the GNU compatibility focussed changes as worked on in #66
  • Loading branch information
sholderbach authored and sharkdp committed Jul 23, 2023
1 parent 2cba9d7 commit 7922e77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ default = []

[dependencies]
ansi_term = { version = "0.12", optional = true }
nu-ansi-term = { version = "0.47", optional = true }
nu-ansi-term = { version = "0.49", optional = true }
crossterm = { version = "0.26", optional = true }

[dev-dependencies]
Expand Down
1 change: 1 addition & 0 deletions src/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ impl Style {
is_reverse: self.font_style.reverse,
is_hidden: self.font_style.hidden,
is_strikethrough: self.font_style.strikethrough,
prefix_with_reset: false,
}
}

Expand Down

0 comments on commit 7922e77

Please sign in to comment.