소스 검색

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


불러오는 중...
취소
저장