X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=pd_readline.c;h=2a0ed63dfbcefb9733095bf79221a4b391d4d0c4;hb=9e069fcc80356d4ab8bbc73a6b03a5c021bcf24c;hp=5bf04dc7d8715e2388ebb8fb247653535c522a95;hpb=4bb27266f935c9aafad6870ffc8847fc65c8120f;p=pd_readline diff --git a/pd_readline.c b/pd_readline.c index 5bf04dc..2a0ed63 100644 --- a/pd_readline.c +++ b/pd_readline.c @@ -7,8 +7,18 @@ /* up-arrow key. */ /* 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