From 435d06f3a9055752f46a930ba60461a684867f14 Mon Sep 17 00:00:00 2001 From: mcolonna Date: Wed, 12 Jun 2024 13:52:01 +0200 Subject: [PATCH] modify TODO --- dev/TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/TODO b/dev/TODO index dbedcb9..3edd17c 100644 --- a/dev/TODO +++ b/dev/TODO @@ -1,5 +1,3 @@ -- working history (rl_* functions?) - - '<<' with history? - finding commands - built-in commands - signals @@ -20,5 +18,9 @@ - need to free value returned by readline - the builtins should get all arguments and check if they're good +(unnecessary part) +- working history (rl_* functions?) + - '<<' with history? + (also search TODO and FIXME in the files) (also check if it works at the cluster (might need libreadline-dev))