This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
shimatta
/
shellmatta
Suivre
3
Voter
2
Fork
0
Fichiers
Tickets
15
Pull Requests
0
Wiki
Étiquettes
Jalons
Nouveau ticket
#34
Add backspace support for 0x7f
Fermé
Créé
il y a 4 ans
par
shimatta
· 0 commentaires
shimatta
a commenté
il y a 4 ans
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...
shimatta
a référencé ce problème à partir d'un commit
il y a 4 ans
added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
fermé à
il y a 4 ans
shimatta
a référencé ce problème à partir d'un commit
il y a 4 ans
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
a référencé ce problème à partir d'un commit
il y a 4 ans
Merge branch 'feature/#34-Add-backspace-support-for-0x7f' of shimatta/shellmatta into develop...
Connectez-vous
pour rejoindre cette conversation.
Étiquettes
Effacer les étiquettes
Bugfix
New Feature
Release
Pas d'étiquette
Bugfix
New Feature
Release
Jalon
Effacer le jalon
Aucun jalon
V0.60.0000
Affecté à
Supprimer les assignataires
Pas d'assignataire
shimatta
1 Participants
Écrire
Prévisualiser
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...