mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Enable ANSI support on Windows 10
This commit is contained in:
		@@ -15,6 +15,9 @@ impl App {
 | 
			
		||||
    pub fn new() -> Self {
 | 
			
		||||
        let interactive_output = atty::is(Stream::Stdout);
 | 
			
		||||
 | 
			
		||||
        #[cfg(windows)]
 | 
			
		||||
        let interactive_output = interactive_output && ansi_term::enable_ansi_support().is_ok();
 | 
			
		||||
 | 
			
		||||
        App {
 | 
			
		||||
            matches: Self::matches(interactive_output),
 | 
			
		||||
            interactive_output,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user