commit | b02e429788af45110a09139069023e164f0a23be | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Thu Aug 13 16:24:33 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Thu Aug 13 16:24:33 2009 +0000 |
tree | 9e0c5b384399f03cb3a80d4860d2832fa52ca672 | |
parent | 7a005b91b373aad3cfa877081b1df9c8d52f1d58 [diff] |
It was originally intended that scroll mode would show content that was currently off-screen due to resize, but somewhere along the way this got lost. Restore this behaviour to scroll mode by fixing screen_write_copy to read up to the saved line length rather than the current screen width. Copy mode remains unaltered for now.