aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-03 15:21:37 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-07-03 16:04:01 +0200
commit7bc7662f3cd1ceaf55e00f3d5f84e9772574afc8 (patch)
tree1f68eb72c387ee25a2f7d67225538252b6b17ef5 /TODO
parent9e3746a4e42f98cad7dfe5b41779ffa81bd4366a (diff)
downloadsciteco-7bc7662f3cd1ceaf55e00f3d5f84e9772574afc8.tar.gz
implemented ^E<code> string building constructs for embedding bytes and codepoints in a strtoul()-like manner
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index ceb8524..a62ee75 100644
--- a/TODO
+++ b/TODO
@@ -356,16 +356,6 @@ Features:
until the next matching ( ) { } [ ] < > " '.
However there is no single way to get brace skipping right,
so this might be prime candidate for a macro.
- * There should be a string building character for including
- a character by code. Currently, there is only ^EUq where
- q must be set earlier.
- This would be useful when searching in binary files or
- to include Unicode characters by code point.
- Unfortunately its syntax cannot depend on the string argument's
- encoding, as that could confuse parse-only mode.
- TECO-11 has ^E<nnn> for octal-only, which is extended by Video TECO
- to support the typical strtoul() semantics.
- This is probably what we want as well.
* Video TECO's <EC> updates the display when reading from
long running processes. This might be useful as well, at least
when detecting interactive invocation.