Per my observation on Windows is not really about the erasure though: 1. The terminal writes at the end of the line where the footer exists 2. Then immediately it goes up by [self.term.move(self.term.height - 1, 0)](https://searchfox.org/mozilla-central/rev/219df29d0fb5d8928ae41bba4a605046de411cf0/python/mozterm/mozterm/widgets.py#57), probably flushing happens here? 3. Then the new footer is drawn.
Bug 882861 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Per my observation on Windows is not really about the erasure though: 1. The terminal writes at the end of the line where the footer exists 2. Then immediately it goes up with a newline 3. Then the new footer is drawn.
Per my observation on Windows is not really about the erasure though: 1. The terminal writes at the end of the line where the footer exists, then somehow flushed here 2. Then immediately it goes up with a newline 3. Then the new footer is drawn.
Per my observation on Windows is not really about the erasure though: 1. The terminal writes at the end of the line where the footer exists, then somehow flushed here 2. Then immediately it goes up with a newline and the new footer is drawn.
Per my observation on Windows: 1. The terminal writes at the end of the line where the footer exists, then somehow flushed here 2. Then immediately it goes up with a newline and the new footer is drawn.