disable OM2.3.1 by default, enable with make bertw OM231=1
[nedit-bw.git] / UnderlineStyle-docs.patch
blobb0cb19d5c6370ba59700e038acc6e2ec4612ddd7
1 Subject: missing documentaion for UnderlineStyle patch
3 ---
5 doc/help.etx | 2 ++
6 1 file changed, 2 insertions(+)
8 diff --quilt old/doc/help.etx new/doc/help.etx
9 --- old/doc/help.etx
10 +++ new/doc/help.etx
11 @@ -3217,10 +3217,11 @@ Highlighting Information
12 Returns an array containing the style attributes for style 'style_name'.
13 The elements in this array are:
15 * **bold** -- '1' if style is bold, '0' otherwise
16 * **italic** -- '1' if style is italic, '0' otherwise
17 +* **underline** -- '1' if style is underlined, '0' otherwise
18 * **color** -- Name of the style's color
19 * **background** -- Name of the background color, if any
21 The colors use the names specified in the color definitions for the style.
22 These will either be names matching those the X server recognises, or RGB
23 @@ -3233,10 +3234,11 @@ Highlighting Information
24 position 'pos'. The elements in this array are:
26 * **style** -- Name of the highlight style
27 * **bold** -- '1' if style is bold, '0' otherwise
28 * **italic** -- '1' if style is italic, '0' otherwise
29 +* **underline** -- '1' if style is underlined, '0' otherwise
30 * **color** -- Name of the style's color
31 * **rgb** -- Color's RGB values ('#rrggbb')
32 * **background** -- Name of the background color, if any
33 * **back_rgb** -- Background color's RGB values ('#rrggbb')
34 * **extent** -- The length in the text which uses the same highlight style