summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-07-20 15:04:32 +0200
committerLennart Poettering <lennart@poettering.net>2024-07-20 15:04:32 +0200
commit4b752770cac143386a7f37092557ef055ef5b403 (patch)
treeb2dbcf887b98917042db9a14e2df00997292fd96 /TODO
parentzsh: update varlinkctl completions (diff)
downloadsystemd-4b752770cac143386a7f37092557ef055ef5b403.tar.xz
systemd-4b752770cac143386a7f37092557ef055ef5b403.zip
upate TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 54ebb69d64..e375dd1f4f 100644
--- 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