commit | 3e1d2b9049ee7069e0104db895e7b7cc1f41c305 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Mon Apr 25 17:56:23 2016 +0200 |
committer | Benno Schulenberg <bensberg@justemail.net> | Mon Apr 25 17:56:23 2016 +0200 |
tree | 0e44ac11d78e5ef8c6551564684e6c520a3f6d08 | |
parent | 907ba3a2e2f19354870e029da1af80bc7d794bc2 [diff] |
tabbing: make sure to refresh the edit window when returning to it Since commit 41ed690, cancelling a prompt after tabbing would sometimes leave the list of file names on the screen. When testing this first, it worked fine -- I was fooled again by 'edit_refresh_needed' already being TRUE when nano has just started up and sits waiting for the first key stroke. I have to hunt this down and kill it.