This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
shimatta
/
shellmatta
Seguir
3
Destacar
2
Fork
0
Archivos
Incidencias
15
Pull Requests
0
Wiki
Etiquetas
Milestones
Nueva incidencia
#34
Add backspace support for 0x7f
Cerrada
abierta
hace 4 años
por
shimatta
· 0 comentarios
shimatta
comentado
hace 4 años
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
mencionada esta incidencia en un commit
hace 4 años
added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
cerró
hace 4 años
shimatta
mencionada esta incidencia en un commit
hace 4 años
close #34 added 0x7f as backspace and removed wrong check for 0x7e as delete. close #34
shimatta
mencionada esta incidencia en un commit
hace 4 años
Merge branch 'feature/#34-Add-backspace-support-for-0x7f' of shimatta/shellmatta into develop...
Inicie sesión
para unirse a esta conversación.
Etiquetas
Limpiar etiquetas
Bugfix
New Feature
Release
Sin etiquetas
Bugfix
New Feature
Release
Milestone
Limpiar Milestone
Sin Milestone
V0.60.0000
Asignado a
Limpiar asignado
Sin asignado
shimatta
1 participantes
Escribir
Vista previa
Cargando...
Cancelar
Guardar
Aún no existe contenido.
instead of \b or 0x08 some terminals (e.g. screen) use 0x7F as backspace...