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

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.