This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
shimatta
/
shellmatta
Segui
3
Vota
2
Forka
0
File
Problemi
15
Pull Requests
0
Wiki
Etichette
Traguardi
Nuovo Problema
#34
Add backspace support for 0x7f
Chiuso
aperto
4 anni fa
da
shimatta
· 0 commenti
shimatta
ha commentato
4 anni fa
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
referenced this issue from a commit
4 anni fa
added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
chiuso
4 anni fa
shimatta
referenced this issue from a commit
4 anni fa
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
referenced this issue from a commit
4 anni fa
Merge branch 'feature/#34-Add-backspace-support-for-0x7f' of shimatta/shellmatta into develop...
Sign in
to join this conversation.
Etichette
Pulisci le etichette
Bugfix
New Feature
Release
Nessuna etichetta
Bugfix
New Feature
Release
Traguardo
Milestone pulita
Nessuna milestone
V0.60.0000
Assegnatario
Cancella l'assegnatario
Nessun assegnatario
shimatta
1 Partecipanti
Scrivi
Anteprima
Caricamento...
Annulla
Salva
Non ci sono ancora contenuti.
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...