diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-23 20:29:30 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-23 20:35:56 +0200 |
commit | 66370387bc7a31a1f63bbb443403140d47259c7a (patch) | |
tree | bc05b2645c1b9fd1d95b27c21cd970c8cd53f3f1 | |
parent | 2bc3ac7b0dfd08b89b092f8f2c8ba317594d6c14 (diff) | |
download | xK-66370387bc7a31a1f63bbb443403140d47259c7a.tar.gz xK-66370387bc7a31a1f63bbb443403140d47259c7a.tar.xz xK-66370387bc7a31a1f63bbb443403140d47259c7a.zip |
Update documentation
-rw-r--r-- | README.adoc | 2 | ||||
-rw-r--r-- | xC.adoc | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 443f6f0..e8ffc44 100644 --- a/README.adoc +++ b/README.adoc @@ -28,7 +28,7 @@ xP The web frontend for 'xC', making use of its networked relay interface. It intentionally differs in that it uses a sans-serif font, and it shows the list of all buffers in a side panel. Otherwise it is a near replica, -including keyboard shortcuts. +including link:xC.adoc#_key_bindings[keyboard shortcuts]. image::xP.webp[align="center"] @@ -77,7 +77,8 @@ their respective function names: The next key will be interpreted as a formatting mark to insert: *c* for colours (optionally followed by numbers for the foreground and background), *i* for italics, *b* for bold text, *u* for underlined, - *x* for struck-through, *v* for inverse text and *o* resets all formatting. + *s* for struck-through, *m* for monospace, *v* for inverse text, + and *o* resets all formatting. *C-l*: *redraw-screen*:: Should there be any issues with the display, this will clear the terminal screen and redraw all information. |