commit | 4b5b66a806d196a291231ed3dbf6bd94e8861d70 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Mon Apr 11 20:40:21 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Mon Apr 11 20:40:21 2016 +0200 |
tree | 3b69564c557067d0f8731946fbf110ff10c37338 | |
parent | aa1ae0a1441964079df63247405858506e1d2c93 [diff] |
screen: avoid redrawing a line twice The old_current line needs to be redrawn only if it differs from current, and if it wasn't drawn already by the iteration for when the mark is on. Also make the conditions involving horizontal scrolling more precise.