Remove stale output buffering code

This is handled above.
This commit is contained in:
Johannes Altmanninger
2025-04-11 21:29:14 +02:00
parent 9618a38215
commit fee48f8508
2 changed files with 0 additions and 2 deletions

0
pasdf Normal file
View File

View File

@@ -525,8 +525,6 @@ struct ScrolledCursor {
is_final_rendering,
)
});
self.outp.borrow_mut().begin_buffering();
self.outp.borrow_mut().end_buffering();
self.save_status();
}