commit | 8f1302282b02f07e0868fbcdb79bb5404010ad4e | [log] [download] |
---|---|---|
author | nicm <nicm> | Sat Nov 08 12:58:31 2014 +0000 |
committer | nicm <nicm> | Sat Nov 08 12:58:31 2014 +0000 |
tree | b9e109907b7c1e5fbaeb05fea58d506350e91439 | |
parent | c6129f9c09ddc08d24640eeff1aa3082535f13c1 [diff] |
Two improvements to reflow from Balazs Kezes: - Don't extend the line to full width on insert/delete character which means leaves extra spaces when reflowing. - Only mark a line wrapped when the cursor actually goes off the end, not on newlines which can be used for positioning.