From 7a90cd3608556425f977b0319cc637dbda039f76 Mon Sep 17 00:00:00 2001 From: Patric Mueller Date: Thu, 8 Sep 2022 12:39:02 +0200 Subject: [PATCH] Document italic for menu headings and menu colors --- doc/Guidebook.mn | 6 +++--- doc/Guidebook.tex | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index 6104c81c5..c6f24e51e 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -3977,8 +3977,8 @@ Key to jump to the first page in a menu. Default \(oq\(ha\(cq. .lp menu_headings Controls how the headings in a menu are highlighted. -Values are \(lqnone\(rq, \(lqbold\(rq, \(lqdim\(rq, \(lqunderline\(rq, -\(lqblink\(rq, or \(lqinverse\(rq. +Values are \(lqnone\(rq, \(lqbold\(rq, \(lqdim\(rq, \(lqitalic\(rq, +\(lqunderline\(rq, \(lqblink\(rq, or \(lqinverse\(rq. Not all ports can actually display all types. .lp menu_invert_all Key to invert all items in a menu. @@ -5092,7 +5092,7 @@ orange, light-green, yellow, light-blue, light-magenta, light-cyan, and white. And \f(CRno-color\fP, the default foreground color, which isn't necessarily the same as any of the other colors. .lp "" -Allowed attributes are none, bold, dim, underline, blink, and inverse. +Allowed attributes are none, bold, dim, italic, underline, blink, and inverse. \(lqNormal\(rq is a synonym for \(lqnone\(rq. Note that the platform used may interpret the attributes any way it wants. diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 75eebf7ff..326aa41ff 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -4343,7 +4343,8 @@ Default `\verb+^+'. \item[\ib{menu\verb+_+headings}] Controls how the headings in a menu are highlighted. Values are ``{\tt none}'', ``{\tt bold}'', ``{\tt dim}'', -``{\tt underline}'', ``{\tt blink}'', or ``{\tt inverse}''. +``{\tt italic}'', ``{\tt underline}'',``{\tt blink}'', or +``{\tt inverse}''. Not all ports can actually display all types. \item[\ib{menu\verb+_+invert\verb+_+all}] Key to invert all items in a menu. @@ -5644,8 +5645,8 @@ And {\it no-color}, the default foreground color, which isn't necessarily the same as any of the other colors. %.lp "" -Allowed attributes are {\it none}, {\it bold}, {\it dim}, {\it underline}, -{\it blink}, and {\it inverse}. +Allowed attributes are {\it none}, {\it bold}, {\it dim}, {\it italic}, +{\it underline},{\it blink}, and {\it inverse}. {\it Normal\/} is a synonym for {\it none}. Note that the platform used may interpret the attributes any way it wants.