From 7bc7662f3cd1ceaf55e00f3d5f84e9772574afc8 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 3 Jul 2025 15:21:37 +0200 Subject: implemented ^E string building constructs for embedding bytes and codepoints in a strtoul()-like manner --- TODO | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'TODO') 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 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 updates the display when reading from long running processes. This might be useful as well, at least when detecting interactive invocation. -- cgit v1.2.3