diff --git a/buffer/buffer.go b/buffer/buffer.go index ef3c21e..c721e3e 100644 --- a/buffer/buffer.go +++ b/buffer/buffer.go @@ -624,7 +624,7 @@ func (buffer *Buffer) ReverseIndex() { // Write will write a rune to the terminal at the position of the cursor, and increment the cursor position func (buffer *Buffer) Write(runes ...rune) { - + defer buffer.emitDisplayChange() // scroll to bottom on input buffer.terminalState.scrollLinesFromBottom = 0