RE: nano appends a tilde when pasting five characters over ssh
"Doug Smythies" <[email protected]>
| Newsgroups | gmane.editors.nano.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2025.03.12 06:51 Benno wrote: > Op 24-02-2025 om 07:00 schreef Doug Smythies: >> I have been having an issue where nano will freeze after a paste of some characters. >> The only way out was to close the terminal and start again. [...] > >> is sort of fixed with >> commit 4a915b1ed581967350591c67965374f90e673030 >> input: avoid hanging after a 39-character paste on a VSCode terminal >> As mentioned in the commit, there is an undesired ~ character >> pasted where previously the session would have frozen. > > Finally, the issue was mostly fixed by commit bf12c90b: > > https://git.savannah.gnu.org/cgit/nano.git/commit/?id=bf12c90b Thanks for your hard work on this. Via the bug report, I have been using bf12c90b for a couple of days now.