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:
@@ -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()?),
|
||||
|
||||
Reference in New Issue
Block a user