CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/08 05:58:31
Modified files:
usr.bin/tmux : grid-view.c screen-write.c
Log message:
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.
