commit | ae34825f58d2f7d7a6e3bcf97868277a5c12e6c8 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@telfort.nl> | Mon Sep 18 20:34:57 2017 +0200 |
committer | Benno Schulenberg <bensberg@telfort.nl> | Wed Sep 20 21:35:25 2017 +0200 |
tree | 002558b3044b04182a38f7f3ced6a787516f186c | |
parent | f6b396f20639be7eaec75fe3d799d77fc9c067e6 [diff] |
display: rework the switching on and off of the cursor The basic idea is that the cursor is always off, except when it needs to be on: when waiting for text input, and in a few other cases: when something was searched and found in the help viewer, and in the file browser when option -g is in effect. This fixes https://savannah.gnu.org/bugs/?51923. Reported-by: Mike Frysinger <vapier@gentoo.org>