GNU nano - Bugs: bug #63053, Unicode input shows no error...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63053: Unicode input shows no error message when --zero is in effect
Submitter: | Benno Schulenberg <bens> | ||
Submitted: | Tue 13 Sep 2022 07:37:26 AM UTC | ||
Severity: | 2 - Minor | Status: | Fixed |
Assigned to: | bens | Open/Closed: | Closed |
Tue 13 Sep 2022 03:09:58 PM UTC, comment #2: |
Benno Schulenberg <bens>![]() ![]() |
Tue 13 Sep 2022 11:49:02 AM UTC, comment #1: The offending commit is 6d828cf4: "move some code for overwriting verbatim feedback with --zero". The problem is that the current code forces the bottom row of the edit window to overwrite the status bar also when there was an error during Verbatim/Unicode Input. |
Benno Schulenberg <bens>![]() ![]() |
Tue 13 Sep 2022 07:37:26 AM UTC, original submission:
To reproduce, run:
Then type: M-V D 8 9 0 <Enter>
|
Benno Schulenberg <bens>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Fixed in git, commit f420f7c1, by moving the call of wredrawln() up into do_verbatim_input(), out of the error path, when 'count == 0'.