瀏覽代碼

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


Loading…
取消
儲存