##// END OF EJS Templates
color: add win32 support for non-black background...
color: add win32 support for non-black background This complicates the code a bit, since attributes need to be masked together correctly before they are applied. Perhaps the code should be redesigned at some point, but this works well for now.

File last commit:

r6336:4b0c9c67 default
r12277:a7d3147b stable
Show More
test-debugindexdot.out
8 lines | 72 B | text/plain | TextLexer
/ tests / test-debugindexdot.out
created new head
digraph G {
-1 -> 0
0 -> 1
0 -> 2
2 -> 3
1 -> 3
}