Explorar el Código

stty erase \^h

pull/1/head
10sr hace 12 años
padre
commit
3f04055d93
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      bashrc

+ 4
- 1
bashrc Ver fichero

@@ -377,7 +377,10 @@ _echocolors(){
"\e[0m"
}

safe-cmd stty stop undef # unbind C-s to stop displaying output
null type stty && {
stty stop undef # unbind C-s to stop displaying output
stty erase '^h'
}

#########################
# for windose


Cargando…
Cancelar
Guardar