1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-22 16:53:19 +00:00

successfully setting the terminal title to bat's input's names

This commit is contained in:
Oliver looney
2023-12-10 17:17:19 +00:00
parent 4863d428dd
commit b9b554248d
4 changed files with 14 additions and 10 deletions
+1
View File
@@ -88,6 +88,7 @@ impl<'b> Controller<'b> {
clircle::Identifier::stdout()
};
let mut writer = match output_buffer {
Some(buf) => OutputHandle::FmtWrite(buf),
None => OutputHandle::IoWrite(output_type.handle()?),