Parcourir la source

stty erase \^h

pull/1/head
10sr il y a 12 ans
Parent
révision
3f04055d93
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      bashrc

+ 4
- 1
bashrc Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer