ソースを参照

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


読み込み中…
キャンセル
保存