felixse / felixse/FluentTerminal
Incorrect AltGr sequences through mosh
Open
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 448
- PR merge metrics
- No merged PRs in 30d
Description
I noticed issues when trying to comment in nano and such, and figured out that when trying to type a # through mosh an empty character was added
Through SSH when I type cat, enter, then AltGr+3, then interrupt I get
```bash
~$ cat
#
#
```
But Through Mosh it shows
```bash
~$ cat
^@#
#
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.