This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
shimatta
/
shellmatta
Observar
3
Favorito
2
Fork
0
Arquivos
Issues
15
Pull Requests
0
Wiki
Etiquetas
Milestones
Novo issue
#34
Add backspace support for 0x7f
Fechado
4 anos atrás
foi aberto por
shimatta
· 0 comentários
shimatta
comentado
4 anos atrás
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
citou este problema em um commit
4 anos atrás
added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
fechado em
4 anos atrás
shimatta
citou este problema em um commit
4 anos atrás
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
citou este problema em um commit
4 anos atrás
Merge branch 'feature/#34-Add-backspace-support-for-0x7f' of shimatta/shellmatta into develop...
Faça login
para participar desta conversação.
Etiquetas
Limpar etiquetas
Bugfix
New Feature
Release
Sem etiqueta
Bugfix
New Feature
Release
Milestone
Limpar milestone
Sem milestone
V0.60.0000
Responsável
Limpar responsável
Não atribuída
shimatta
1 participantes
Escrever
Visualizar
Carregando...
Cancelar
Salvar
Ainda não há conteúdo.
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...