When using MarginBackground, the escape code to terminate the background color is not properly inserted on the first and last line.
See for example:


I would expect the ESC[0m ansi sequence to appear at the end of the first line, instead of the beginning of the 2nd line, like the rest.
Found while working on #109
cc @meowgorithm @muesli
When using
MarginBackground, the escape code to terminate the background color is not properly inserted on the first and last line.See for example:
I would expect the
ESC[0mansi sequence to appear at the end of the first line, instead of the beginning of the 2nd line, like the rest.Found while working on #109
cc @meowgorithm @muesli