diff options
Diffstat (limited to 'src/io/buffer.nim')
-rw-r--r-- | src/io/buffer.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/buffer.nim b/src/io/buffer.nim index 63b7c128..b585dfce 100644 --- a/src/io/buffer.nim +++ b/src/io/buffer.nim @@ -72,6 +72,7 @@ func generateFullOutput*(buffer: Buffer): string = inc x result &= EL() + result &= '\n' # generate a sequence of instructions to replace the previous frame with the # current one. ideally should be used when small changes are made (e.g. hover |