diff options
| author | Christian Geier <geier@lostpackets.de> | 2017-09-26 23:30:28 +0200 |
|---|---|---|
| committer | Christian Geier <geier@lostpackets.de> | 2017-09-26 23:37:47 +0200 |
| commit | 609d9527dddda0102306a5b6724c38c04a74779a (patch) | |
| tree | 2f5d77196256f610945f8ba0c43beabe05332d90 | |
| parent | c29b072e1f6df12e237a1294e249943222879536 (diff) | |
| download | urwid-609d9527dddda0102306a5b6724c38c04a74779a.tar.gz | |
Mention blink and italics attributes in manual.
| -rw-r--r-- | docs/manual/displayattributes.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/manual/displayattributes.rst b/docs/manual/displayattributes.rst index 44b7753..f68c0c2 100644 --- a/docs/manual/displayattributes.rst +++ b/docs/manual/displayattributes.rst @@ -159,6 +159,16 @@ Foreground and Background Settings - YES - standout - widely supported + * - :ref:`italics <bold-underline-standout>` + - YES + - YES + - NO + - widely supported + * - :ref:`blink <bold-underline-standout>` + - YES/NO + - NO + - NO + - some support * - :ref:`"bright" background colors <bright-background>` - YES - urxvt @@ -239,6 +249,8 @@ Bold, Underline, Standout * ``'bold'`` * ``'underline'`` * ``'standout'`` +* ``'blink'`` +* ``'italics'`` These settings may be tagged on to foreground colors using commas, eg: ``'light gray,underline,bold'`` |
