From 8cc18ac132ebb186a073a3a736ddeed938261aab Mon Sep 17 00:00:00 2001 From: Erik Rose Date: Mon, 18 Jun 2012 21:41:42 -0700 Subject: It's the portability that gets you; you can turn off bold on ANSI terminals with some bits in the sgr sequence. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index c29d0e8..e3397bd 100644 --- a/README.rst +++ b/README.rst @@ -133,8 +133,8 @@ Here are a few more which are less likely to work on all terminals: Note that, while the inverse of ``underline`` is ``no_underline``, the only way to turn off ``bold`` or ``reverse`` is ``normal``, which also cancels any -custom colors. This is because there's no way to tell the terminal to undo -certain pieces of formatting, even at the lowest level. +custom colors. This is because there's no portable way to tell the terminal to +undo certain pieces of formatting, even at the lowest level. You might also notice that the above aren't the typical incomprehensible terminfo capability names; we alias a few of the harder-to-remember ones for -- cgit v1.2.1