comparison frontends/src/jp/constants.py @ 2355:0fed4a1c033a

jp (shell): changed prompt colour
author Goffi <goffi@goffi.org>
date Fri, 08 Sep 2017 07:58:10 +0200
parents c7a72b75232b
children 8b37a62336c3
comparison
equal deleted inserted replaced
2354:5129a0506739 2355:0fed4a1c033a
40 A_HEADER = A.BOLD + A.FG_YELLOW 40 A_HEADER = A.BOLD + A.FG_YELLOW
41 A_SUBHEADER = A.BOLD + A.FG_RED 41 A_SUBHEADER = A.BOLD + A.FG_RED
42 A_SUCCESS = A.BOLD + A.FG_GREEN 42 A_SUCCESS = A.BOLD + A.FG_GREEN
43 A_FAILURE = A.BOLD + A.FG_RED 43 A_FAILURE = A.BOLD + A.FG_RED
44 # A_PROMPT_* is for shell 44 # A_PROMPT_* is for shell
45 A_PROMPT_PATH = A_HEADER 45 A_PROMPT_PATH = A.BOLD + A.FG_CYAN
46 A_PROMPT_SUF = A.BOLD 46 A_PROMPT_SUF = A.BOLD
47 47
48 # exit codes 48 # exit codes
49 EXIT_OK = 0 49 EXIT_OK = 0
50 EXIT_ERROR = 1 # generic error, when nothing else match 50 EXIT_ERROR = 1 # generic error, when nothing else match