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: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to