diff --git a/README.md b/README.md index 2fc3ae71..dc4da26e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ and inspired by a mix of [Qt5](https://www.riverbankcomputing.com/static/Docs/Py - [TBD] Fullsize/Halfsize UTF-8 characters ## Limitations +- The native **Windows** porting is not ready yet but it works with [Cygwin](https://www.cygwin.com) or **WSL**. - Only the key combinations forwarded by the terminal emulator used are detected (ALT,CTRL may not be handled) ## Try diff --git a/docs/MDNotes/Resources.md b/docs/MDNotes/Resources.md index 59b99ee7..50e1e593 100644 --- a/docs/MDNotes/Resources.md +++ b/docs/MDNotes/Resources.md @@ -19,6 +19,14 @@ #### Hyperlink https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda +#### Blinking Text +```bash +echo -e "\033[5mBlinking Text\033[0m" +echo -e "\033[33;5mBlinking Text\033[0m" +echo -e "\033[33;7mBlinking Text\033[0m" +echo -e "\033[33;5;7mBlinking Text\033[0m" +``` + ## Sphinx Doc #### Domains - docstring syntax https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-py-class