X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=pd_readline.c;fp=pd_readline.c;h=2a0ed63dfbcefb9733095bf79221a4b391d4d0c4;hp=1c3bb830fc5ea5e4ffe4accaa9959d74df6a982d;hb=9e069fcc80356d4ab8bbc73a6b03a5c021bcf24c;hpb=5f09cb624b90795bd064c6974bf53a2e9474d304 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