Переглянути джерело

stty erase \^h

pull/1/head
10sr 12 роки тому
джерело
коміт
3f04055d93
1 змінених файлів з 4 додано та 1 видалено
  1. +4
    -1
      bashrc

+ 4
- 1
bashrc Переглянути файл

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


Завантаження…
Відмінити
Зберегти