Browse Source

Update Using-Richtext-Controls.md

pull/546/head
Chris 4 years ago
committed by GitHub
parent
commit
39dac1d7c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. 4
      docs/Using-Richtext-Controls.md

4
docs/Using-Richtext-Controls.md

@ -4,7 +4,7 @@
<img src="https://github.com/chriskiehl/GooeyImages/raw/images/docs/richtext-controls/richtext-screen.png"> <img src="https://github.com/chriskiehl/GooeyImages/raw/images/docs/richtext-controls/richtext-screen.png">
</p> </p>
Gooey has a support for basic terminal control sequences. These let you control weight and color of the output font.
Gooey has a support for basic terminal control sequences. These let you control weight and color of the output font. For a full runnable example, checkout the code [from the examlpes repository](https://github.com/chriskiehl/GooeyExamples/blob/master/examples/richtext_demo.py)
You can enable this mode by passing the `richtext_controls` option to the Gooey decorator. You can enable this mode by passing the `richtext_controls` option to the Gooey decorator.
@ -310,4 +310,4 @@ Similar to the Attributes, foreground colors can be specified either by their co
| 255 | grey_93 | | 255 | grey_93 |
| 256 | default | | 256 | default |
Loading…
Cancel
Save