diff options
author | Case Duckworth | 2023-05-31 17:24:20 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-31 17:24:20 -0500 |
commit | bb5353bc43d27008b3a1efd73b6fc0fce80a071b (patch) | |
tree | 12d2ffc2ae9bc74379385b88374d244615b7446f /readme | |
parent | Delete spurious file (diff) | |
download | yolk-bb5353bc43d27008b3a1efd73b6fc0fce80a071b.tar.gz yolk-bb5353bc43d27008b3a1efd73b6fc0fce80a071b.zip |
Add (with-attrs)
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme b/readme index baa3bbc..4647c97 100644 --- a/readme +++ b/readme | |||
@@ -72,6 +72,10 @@ AS is a list of attributes, each of one of the following forms: | |||
72 | 72 | ||
73 | Anything else is an error. `attrs' returns a string ready to be displayed on the terminal. | 73 | Anything else is an error. `attrs' returns a string ready to be displayed on the terminal. |
74 | 74 | ||
75 | -- (with-attrs as str) | ||
76 | |||
77 | Print STR prepended with AS and followed by (attrs 'reset). | ||
78 | |||
75 | (yolk cursor) --- cursor movement | 79 | (yolk cursor) --- cursor movement |
76 | 80 | ||
77 | Variables. | 81 | Variables. |