Changes between Version 1 and Version 2 of ControlSequencesInPrompt
- Timestamp:
- 09/10/10 23:57:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSequencesInPrompt
v1 v2 14 14 If GHC (or the ghci-haskeline package) has been compiled against haskeline-0.6.3 or newer, adding the following line to your `~/.ghci` file will turn the prompt string green: 15 15 {{{ 16 :set prompt "\SOH\ESC[1;32m\STX%s>\SOH\ESC[0m\STX "16 :set prompt "\SOH\ESC[1;32m\STX%s>\SOH\ESC[0m\STX" 17 17 }}} 18 18
