softwrap: account for softwrapped chunks when adding text
Now that we can add text to the bottom right corner of the screen without scrolling the full line onscreen, do_output() needs to refresh the screen in that case, since it would put the cursor offscreen otherwise. Accomplish this by borrowing logic from do_right().
Showing
+12 -5
Please register or sign in to comment