diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-20 11:14:57 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-07-20 11:14:57 +0300 |
commit | 20aef26f311cc04550cc188e237c9288d5fb7b72 (patch) | |
tree | ef6953f3b0220f6abaa20f383049111e158c2d0b /TODO | |
parent | ac180a94ff749f5df7705279d3d08258417b9b34 (diff) | |
download | sciteco-20aef26f311cc04550cc188e237c9288d5fb7b72.tar.gz |
document bug: you cannot currently use `{` and `}` to insert anything after $$ into the commandline
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ Tasks: Perhaps we can make use of the arbitrary RGB color feauture? Known Bugs: + * {@I/$$23=/} doesn't insert anything after $$. + This would require some refactoring. * Gtk: The control characters in tutorial.woman are still styled with the variable-width font since its rendered in STYLE_CONTROLCHAR (36), which is reset in woman.tes. |