This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
shimatta
/
shellmatta
Vigiar
3
Colocar Estrela
2
Fork
0
Ficheiros
Problemas
15
Pull Requests
0
Wiki
Etiquetas
Objetivos
Novo Problema
#34
Add backspace support for 0x7f
Fechado
há 4 anos atrás
aberto por
shimatta
· 0 comentários
shimatta
comentado
há 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
referenciou este problema num commit
há 4 anos atrás
added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
fechado
há 4 anos atrás
shimatta
referenciou este problema num commit
há 4 anos atrás
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
referenciou este problema num commit
há 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
Objetivo
Limpar Objetivo
Sem Objetivo
V0.60.0000
Atribuído a
Limpar atribuição
Sem utilizador atribuido
shimatta
1 Participantes
Escrever
Pré-visualizar
A carregar...
Cancelar
Guardar
Ainda não existe conteúdo.
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...