]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
upate TODO
authorLennart Poettering <lennart@poettering.net>
Sat, 20 Jul 2024 13:04:32 +0000 (15:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 20 Jul 2024 13:04:32 +0000 (15:04 +0200)
TODO

diff --git a/TODO b/TODO
index 54ebb69d644c71dd0eb8144638c1b621083d00f6..e375dd1f4f86fb8e566bec44a27735fa6b78e017 100644 (file)
--- a/TODO
+++ b/TODO
@@ -130,6 +130,12 @@ Deprecations and removals:
 
 Features:
 
+* replace all \x1b, \x1B, \033 C string escape sequences in our codebase with a
+  more readable \e. It's a GNU extension, but a ton more readable than the
+  others, and most importantly it doesn't result in confusing errors if you
+  suffix the escape sequence with one more decimal digit, because compilers
+  think you might actually specify a value outside the 8bit range with that.
+
 * homed: allow login via username + realm on getty/login prompt. Then rewrite
   the user name in the PAM stack