Re: [PATCH 3/16] vt-underline-color.diff

2007-04-02 Thread Antonino A. Daplas
On Sun, 2007-04-01 at 20:14 +0200, Jan Engelhardt wrote: > Add color support to the "underline" and "italic" attributes as in > OpenBSD/NetBSD-style (vt220) and xterm. The italic attribute is indeed part of ANSI standard, though not widely implemented. Fbcon (monochrome mode) already supports

Re: [PATCH 3/16] vt-underline-color.diff

2007-04-02 Thread Antonino A. Daplas
On Sun, 2007-04-01 at 20:14 +0200, Jan Engelhardt wrote: Add color support to the underline and italic attributes as in OpenBSD/NetBSD-style (vt220) and xterm. The italic attribute is indeed part of ANSI standard, though not widely implemented. Fbcon (monochrome mode) already supports inverse,

Re: [PATCH 3/16] vt-underline-color.diff

2007-04-01 Thread Andrew Morton
On Sun, 1 Apr 2007 20:14:14 +0200 (MEST) Jan Engelhardt <[EMAIL PROTECTED]> wrote: > static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity, > - u8 blink, u8 underline, u8 reverse); > + u8 blink, u8 underline, u8 reverse, u8); ug.

[PATCH 3/16] vt-underline-color.diff

2007-04-01 Thread Jan Engelhardt
Add color support to the "underline" and "italic" attributes as in OpenBSD/NetBSD-style (vt220) and xterm. Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]> drivers/char/vt.c | 34 -- drivers/video/console/mdacon.c |3 ++-

[PATCH 3/16] vt-underline-color.diff

2007-04-01 Thread Jan Engelhardt
Add color support to the underline and italic attributes as in OpenBSD/NetBSD-style (vt220) and xterm. Signed-off-by: Jan Engelhardt [EMAIL PROTECTED] drivers/char/vt.c | 34 -- drivers/video/console/mdacon.c |3 ++-

Re: [PATCH 3/16] vt-underline-color.diff

2007-04-01 Thread Andrew Morton
On Sun, 1 Apr 2007 20:14:14 +0200 (MEST) Jan Engelhardt [EMAIL PROTECTED] wrote: static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity, - u8 blink, u8 underline, u8 reverse); + u8 blink, u8 underline, u8 reverse, u8); ug. It's