]> pd.if.org Git - pd_readline/blobdiff - pd_readline.c
Added a to-do list to the top of the source code.
[pd_readline] / pd_readline.c
index 5bf04dc7d8715e2388ebb8fb247653535c522a95..2a0ed63dfbcefb9733095bf79221a4b391d4d0c4 100644 (file)
@@ -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 <string.h>   
 #include <stdio.h>