mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-26 10:13:18 +01:00
Fix #937
This commit is contained in:
@ -223,6 +223,7 @@ impl<'a> InteractivePrinter<'a> {
|
||||
if self.config.tab_width > 0 {
|
||||
expand_tabs(text, self.config.tab_width, cursor)
|
||||
} else {
|
||||
*cursor += text.len();
|
||||
text.to_string()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user