All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] console_codes.4: Document \e[3m and \e[23m for italic
@ 2021-11-26 12:43 Jakub Wilk
  2021-11-26 12:43 ` [PATCH 2/2] console_codes.4: tfix Jakub Wilk
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Wilk @ 2021-11-26 12:43 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Supported since fadb4244085cd04fd9c8b3a4b3bc161f506431f3 (v2.6.22).

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man4/console_codes.4 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/man4/console_codes.4 b/man4/console_codes.4
index d549b76a9..24399925b 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -317,6 +317,7 @@ T}
 2	T{
 set half-bright (simulated with color on a color display)
 T}
+3	set italic (since Linux 2.6.22; simulated with color on a color display)
 4	T{
 set underscore (simulated with color on a color display)
 (the colors used to simulate dim or underline are set
@@ -344,6 +345,7 @@ set underline; before Linux 4.17, this value
 set normal intensity (as is done in many other terminals)
 T}
 22	set normal intensity
+23	italic off (since Linux 2.6.22)
 24	underline off
 25	blink off
 27	reverse video off
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] console_codes.4: tfix
  2021-11-26 12:43 [PATCH 1/2] console_codes.4: Document \e[3m and \e[23m for italic Jakub Wilk
@ 2021-11-26 12:43 ` Jakub Wilk
  2022-02-27 16:58   ` Alejandro Colomar (man-pages)
  0 siblings, 1 reply; 3+ messages in thread
From: Jakub Wilk @ 2021-11-26 12:43 UTC (permalink / raw)
  To: Michael Kerrisk; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man4/console_codes.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man4/console_codes.4 b/man4/console_codes.4
index 24399925b..30cdd29c6 100644
--- a/man4/console_codes.4
+++ b/man4/console_codes.4
@@ -380,7 +380,7 @@ T}
 90..97	T{
 set foreground to bright versions of 30..37
 T}
-100.107	T{
+100..107	T{
 set background, same as 40..47 (bright not supported)
 T}
 .TE
-- 
2.34.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] console_codes.4: tfix
  2021-11-26 12:43 ` [PATCH 2/2] console_codes.4: tfix Jakub Wilk
@ 2022-02-27 16:58   ` Alejandro Colomar (man-pages)
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar (man-pages) @ 2022-02-27 16:58 UTC (permalink / raw)
  To: Jakub Wilk; +Cc: linux-man, Michael Kerrisk

Hi Jakub,

On 11/26/21 13:43, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Patch set applied.

Thanks,
Alex

> ---
>  man4/console_codes.4 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man4/console_codes.4 b/man4/console_codes.4
> index 24399925b..30cdd29c6 100644
> --- a/man4/console_codes.4
> +++ b/man4/console_codes.4
> @@ -380,7 +380,7 @@ T}
>  90..97	T{
>  set foreground to bright versions of 30..37
>  T}
> -100.107	T{
> +100..107	T{
>  set background, same as 40..47 (bright not supported)
>  T}
>  .TE

-- 
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-27 16:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-26 12:43 [PATCH 1/2] console_codes.4: Document \e[3m and \e[23m for italic Jakub Wilk
2021-11-26 12:43 ` [PATCH 2/2] console_codes.4: tfix Jakub Wilk
2022-02-27 16:58   ` Alejandro Colomar (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.