jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.67k stars 105 forks source link

Retain trailing newline during justification #284

Closed jmacdonald closed 3 months ago

jmacdonald commented 3 months ago

The Reflow type incorrectly eats trailing newlines, causing the operation to incorrectly shift the row below the justified content upwards. This is a quick fix to restore the missing newline.