mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Print a horizontal header line when 'grid' style without 'header' style
This commit is contained in:
		@@ -207,6 +207,10 @@ impl<'a> Printer for InteractivePrinter<'a> {
 | 
			
		||||
                    Yellow.paint("[bat warning]"),
 | 
			
		||||
                    input
 | 
			
		||||
                )?;
 | 
			
		||||
            } else {
 | 
			
		||||
                if self.config.output_components.grid() {
 | 
			
		||||
                    self.print_horizontal_line(handle, '┬')?;
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
            return Ok(());
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user