push up:
[nedit-bw.git] / UnderlineStyle-docs.patch
blobecf483e94c0c4e5042fe9912c022b64b3c8d9196
1 ---
3 doc/help.etx | 2 ++
4 1 files changed, 2 insertions(+)
6 diff --quilt old/doc/help.etx new/doc/help.etx
7 --- old/doc/help.etx
8 +++ new/doc/help.etx
9 @@ -3205,10 +3205,11 @@ Highlighting Information
10 Returns an array containing the style attributes for style 'style_name'.
11 The elements in this array are:
13 * **bold** -- '1' if style is bold, '0' otherwise
14 * **italic** -- '1' if style is italic, '0' otherwise
15 +* **underline** -- '1' if style is underlined, '0' otherwise
16 * **color** -- Name of the style's color
17 * **background** -- Name of the background color, if any
19 The colors use the names specified in the color definitions for the style.
20 These will either be names matching those the X server recognises, or RGB
21 @@ -3221,10 +3222,11 @@ Highlighting Information
22 position 'pos'. The elements in this array are:
24 * **style** -- Name of the highlight style
25 * **bold** -- '1' if style is bold, '0' otherwise
26 * **italic** -- '1' if style is italic, '0' otherwise
27 +* **underline** -- '1' if style is underlined, '0' otherwise
28 * **color** -- Name of the style's color
29 * **rgb** -- Color's RGB values ('#rrggbb')
30 * **background** -- Name of the background color, if any
31 * **back_rgb** -- Background color's RGB values ('#rrggbb')
32 * **extent** -- The length in the text which uses the same highlight style