commit | 6e9d6a08b9537c17b261f8e57a6c04bd40257c4c | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Thu Feb 23 23:25:03 2017 -0600 |
committer | Benno Schulenberg <bensberg@justemail.net> | Fri Feb 24 15:06:44 2017 +0100 |
tree | 31039a63e5ddcc13a1b2263ffc3ab3fef0956157 | |
parent | 07ebba5e99176470575d6a754bc05be2d81c4186 [diff] |
replacing: fix spotlight() to highlight words properly in softwrap mode In softwrap mode, the entire line is onscreen, so the word is never partially offscreen, so we always have enough columns to show it. This fixes https://savannah.gnu.org/bugs/?50389. Reported-by: David Lawrence Ramsey <pooka109@gmail.com>