[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] Fix printk not handling ANSI escape codes
From: |
James Clarke |
Subject: |
Re: [RFC] Fix printk not handling ANSI escape codes |
Date: |
Sat, 29 Aug 2015 11:53:57 +0100 |
I never gave that as an option?
James
> On 29 Aug 2015, at 11:44, Samuel Thibault <samuel.thibault@gnu.org> wrote:
>
> James Clarke, le Sat 29 Aug 2015 11:42:38 +0100, a écrit :
>> Yes, it should be; since I didn't catch that I'd guess nothing in Mach/Hurd
>> is actually using escape codes.
>>
>> I was trying to decide whether putc should handle escape codes or whether it
>> should be left as outputting raw bytes to the display. As you can see I
>> chose the latter, but do you think that was the right decision?
>
> Well, I don't see why we would want to forbid the use of ESC sequences
> in Mach/Hurd :)
>
> Samuel