From 6902aad4352a7c88cf270da33403a632c398dd99 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 5 Apr 2020 19:57:45 -0700 Subject: [PATCH] Add a bugs section to TODO --- TODO | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ ed.c | 31 ------------------------------- 2 files changed, 48 insertions(+), 31 deletions(-) diff --git a/TODO b/TODO index 108793c..59c9440 100644 --- a/TODO +++ b/TODO @@ -22,3 +22,51 @@ The return values of mdcheckline() in crypt.c need to be fixed (0 -> success, [0] http://landley.net/toybox/roadmap.html [1] http://git.suckless.org/ubase/ + +Bugs +==== + +ed +-- +* Multi-line commands don't work in global commands: + g/^line/a \ + line1 + . +* Signal handling is broken. +* cat < #include #include