From 1d6e9fb3384f7c33dde190b57a5b93a3233234fe Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 23 Nov 2013 20:10:52 +0900 Subject: [PATCH] add comment about escape sequences --- shrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shrc b/shrc index 16b57f2..8491828 100755 --- a/shrc +++ b/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\]'