From 9e069fcc80356d4ab8bbc73a6b03a5c021bcf24c Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 5 Sep 2012 21:47:40 +1200 Subject: [PATCH] Added a to-do list to the top of the source code. --- pd_readline.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pd_readline.c b/pd_readline.c index 1c3bb83..2a0ed63 100644 --- a/pd_readline.c +++ b/pd_readline.c @@ -8,7 +8,17 @@ /* This code is released to the public domain. */ /* "Share and enjoy...." ;) */ /* See the UNLICENSE file for details. */ - + +/* TO DO - */ +/* a) Fix the "stack smash" problem. */ +/* b) Put much of the code into a header file. */ +/* c) Change so that pressing Enter adds the current */ +/* line of commands to the command-history. */ +/* ( May look at using Ctrl-D to exit, as Python */ +/* does with its command-line. ) */ +/* d) Add support for copying and pasting text via */ +/* Ctrl-C and Ctrl-V. */ + #include #include -- 2.40.0