From: andy Date: Wed, 5 Sep 2012 09:47:40 +0000 (+1200) Subject: Added a to-do list to the top of the source code. X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=commitdiff_plain;h=9e069fcc80356d4ab8bbc73a6b03a5c021bcf24c Added a to-do list to the top of the source code. --- 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