Maximus5 / conemu-old-issues

Old issues imported from googlecode. Project was moved to
https://conemu.github.io
6 stars 1 forks source link

slightly odd colour output in a very specific case #1965

Closed Maximus5 closed 9 years ago

Maximus5 commented 9 years ago

Originally reported on Google Code with ID 1968

Required information!
OS version: Win7 SP1 x64
ConEmu version: 140707 preview

*Bug description*
When I use the attached C# app to output colours using both the .Net ConsoleColor and
also a manual ANSI output, white over bright red comes out as grey over bright red.
 Just consoleColor (the default) or just ANSI (#3 below) are fine, but when both are
in play (ANSI 2nd) and both setting the colours to white over bright red something
odd happens.

Note that I can't find any errors in the other lines of output, but the first line
doesn't work quite right in #2 below.

For comparison, open a normal cmd window and run #2 there - the colours work as only
the ConsoleColor is parsed but it lets you easily see the ANSI in play, that also looks
fine and on its own is fine...

*Steps to reproduction*
1. Run the attached with no args
2. Run the attached with a single arg of ansi
3. Run the attached with a single arg of always redirecting the output to a file then
cat the file.

Reported by j.chris.findlay on 2015-04-17 04:06:13


Maximus5 commented 9 years ago
http://ConEmu.github.io/en/SettingsColors.html
http://ConEmu.github.io/en/SolarizedColors.html

Reported by ConEmu.Maximus5 on 2015-04-17 06:36:32