commit | c9e9964207b0e375143a07e3d1b43d9b37251736 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Tue Jul 26 11:47:53 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Mon Aug 01 19:41:13 2016 +0200 |
tree | f69f454cbf43c0588181ec7a93313dfc6c1117db | |
parent | 0a3a6441bc30ff3c1837562d6620c5e74317cf04 [diff] |
screen: don't look at placewewant but at where we actually were and are For horizontal scrolling, it is not the /desired/ column position that is relevant for determining whether a line needs to be redrawn after a cursor movement, but the /actual/ column positions before and after. This fixes https://savannah.gnu.org/bugs/?48627, and fixes https://savannah.gnu.org/bugs/?48629.