Browse Source

* changed lib/term-functions.in to show warning mark in yellow instead of brown

git-svn-id: svn://svn.opensde.net/opensde/opensde/trunk@20570 10447126-35f2-4685-b0cf-6dd780d3921f
misl/sde-wrapper
Alejandro Mery 18 years ago
parent
commit
bb88173601
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/term-functions.in

+ 1
- 1
lib/term-functions.in

@ -32,7 +32,7 @@ COLOR_INFO='\033[36m'
COLOR_TITLE='\033[35m' COLOR_TITLE='\033[35m'
COLOR_MESSAGE='\033[36m' COLOR_MESSAGE='\033[36m'
COLOR_SUCESS='\033[32m' COLOR_SUCESS='\033[32m'
COLOR_WARNING='\033[33m'
COLOR_WARNING='\033[33;1m'
COLOR_FAILURE='\033[31m' COLOR_FAILURE='\033[31m'
# CLI fanciness # CLI fanciness

Loading…
Cancel
Save