commit | 69784d51db317c37c80e4be6793b2e8596b9b4b6 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Wed Mar 08 14:32:36 2017 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Wed Mar 08 21:24:13 2017 +0100 |
tree | 5406a5d883a95b9de22cc90992b71ac3f14c4648 | |
parent | 3c3eb4909d3275229c2f7f35eb8ab50d3fa38cab [diff] |
screen: don't push the longer-line indicator ($) to the next row If the last two columns of a row would be taken up by a double-width character (and the line is longer than that), don't print it, because it wouldn't leave any room for the $ character. This fixes https://savannah.gnu.org/bugs/?50491. Reported-by: David Lawrence Ramsey <pooka109@gmail.com>