소스 검색

add comment about escape sequences

pull/1/head
10sr 11 년 전
부모
커밋
1d6e9fb338
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      shrc

+ 4
- 0
shrc 파일 보기

@@ -1188,6 +1188,10 @@ __my_alert_fail(){
test $laststatus -eq 0 || echo '!!! '
}

# About ansi escape sequences
# http://archive.linux.or.jp/JF/JFdocs/Bash-Prompt-HOWTO-5.html
# http://www.grapecity.com/japan/powernews/column/clang/047/page02.htm

__attr_beg='\[\033['
__attr_end='m\]'



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