File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Upcoming (TBD)
22==============
33
4+ Documentation
5+ ---------
6+ * Give example for ANSI prompt colors in ` ~/.myclirc ` .
7+
8+
49Internal
510---------
611* Remove unused fixture data.
Original file line number Diff line number Diff line change @@ -136,7 +136,8 @@ wider_completion_menu = False
136136# * \n - a newline
137137# * \_ - a space
138138# * \\ - a literal backslash
139- # * \x1b[...m - an ANSI escape sequence (can style with color)
139+ # * \x1b[...m - an ANSI escape sequence (can style with color or attributes)
140+ # ANSI color example: prompt = '\x1b[31mroot\x1b[0m@localhost:\d> '
140141prompt = ' \t \u @\h :\d > '
141142prompt_continuation = ' ->'
142143
Original file line number Diff line number Diff line change @@ -134,7 +134,8 @@ wider_completion_menu = False
134134# * \n - a newline
135135# * \_ - a space
136136# * \\ - a literal backslash
137- # * \x1b[...m - an ANSI escape sequence (can style with color)
137+ # * \x1b[...m - an ANSI escape sequence (can style with color or attributes)
138+ # ANSI color example: prompt = '\x1b[31mroot\x1b[0m@localhost:\d> '
138139prompt = " \t \u@\h:\d> "
139140prompt_continuation = ->
140141
You can’t perform that action at this time.
0 commit comments