mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
Remove stale output buffering code
This is handled above.
This commit is contained in:
@@ -525,8 +525,6 @@ struct ScrolledCursor {
|
||||
is_final_rendering,
|
||||
)
|
||||
});
|
||||
self.outp.borrow_mut().begin_buffering();
|
||||
self.outp.borrow_mut().end_buffering();
|
||||
self.save_status();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user