mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
Use nu-ansi-term instead of ansi_term
The `nu-ansi-term` crate is a fork of `ansi_term` which is maintained by the Nushell project.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#[cfg(feature = "git")]
|
||||
use crate::diff::LineChange;
|
||||
use crate::printer::{Colors, InteractivePrinter};
|
||||
use ansi_term::Style;
|
||||
use nu_ansi_term::Style;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub(crate) struct DecorationText {
|
||||
|
||||
Reference in New Issue
Block a user