]> pd.if.org Git - pd_readline/commitdiff
Added a to-do list to the top of the source code.
authorandy <andy@obsidian.(none)>
Wed, 5 Sep 2012 09:47:40 +0000 (21:47 +1200)
committerandy <andy@obsidian.(none)>
Wed, 5 Sep 2012 09:47:40 +0000 (21:47 +1200)
pd_readline.c

index 1c3bb830fc5ea5e4ffe4accaa9959d74df6a982d..2a0ed63dfbcefb9733095bf79221a4b391d4d0c4 100644 (file)
@@ -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 <string.h>   
 #include <stdio.h>