Skip to content

Commit 5ac9ec5

Browse files
authored
Update TriceColor.md
1 parent 78d8b00 commit 5ac9ec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/TriceColor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* The **trice** tool, if knowing `wrn:` as pattern, prepends the appropriate color code. It removes the sequence `wrn:`, if it is known and completely lower case.
2626
* The user can define any pattern with any color code to create colored output with the **trice** tool.
2727
* There is no tag enable switch inside the target code. It would need a back channel and add overhead.
28-
* An option using tag specific ID range assignment exists. See closed issue [#243](https://github.com/rokath/trice/issues/243).
28+
* An option using tag specific ID ranges with optional routing exists.
2929
* The **trice** tool offers the 2 command line switches `-pick` and `-ban` to control tag visualization during runtime.
3030

3131
### 1.1. <a name='Outputoptions'></a>Output options
@@ -39,6 +39,7 @@ There are over 1000 possibilities:
3939
![./ref/ColorAlternatives.PNG](./ref/ColorAlternatives.PNG)
4040

4141
Only file [../internal/emitter/lineTransformerANSI.go](../internal/emitter/lineTransformerANSI.go) needs to be changed and the **trice** tool needs to be rebuild afterwards: `go install ./...`.
42+
4243
## 2. <a name='ColorissuesunderWindows'></a>Color issues under Windows
4344

4445
**Currently console colors are not enabled by default in Win10**, so if you see no color but escape sequences on your powershell or cmd window, please refer to [Windows console with ANSI colors handling](https://superuser.com/questions/413073/windows-console-with-ansi-colors-handling/1050078#1050078) or simply use a Linux like terminal under windows, like git-bash. One option is also to install Microsoft *Windows Terminal (Preview)* from inside the Microsoft store and to start the **trice** tool inside there. Unfortunately this can not be done automatically right now because of missing command line switches. [Alacritty](../third_party/alacritty/ReadMe.md) is one of other alternatives.

0 commit comments

Comments
 (0)