[Mono-bugs] [Bug 402793] New: Colored console ignores tabs

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jun 23 10:46:52 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=402793


           Summary: Colored console ignores tabs
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86-64
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: Dax at daxxfiles.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Summary: A console with colored Fore- or Background ignores \t characters.

Steps to reproduce:
Compile and run:
Console.ForegroundColor = ConsoleColor.DarkGreen;
Console.WriteLine("\t\tfoo");

Actual results:
"foo" is colored - but at char pos 0

Expected results:
"foo" is colored - at char pos 2*tabwidth


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list