Currently we compute the line margin in a rather hacky way in Ansi.ml by reconstructing the line content from the line.segments. Instead we should compute the line (and block) margin in Snippet.
Future work from this could include margin contraction.
Context
Currently we compute the line margin in a rather hacky way in
Ansi.ml
by reconstructing the line content from theline.segments
. Instead we should compute the line (and block) margin inSnippet
.Future work from this could include margin contraction.