felixse / felixse/FluentTerminal

Incorrect AltGr sequences through mosh

Open
#1,054 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.