]> pd.if.org Git - pd_readline/blobdiff - README
BIG improvement - the stack-smash problem has been fixed. The code is now a bit simpl...
[pd_readline] / README
diff --git a/README b/README
index b3a0eca4174a23f22af99ca1d06711d9413a23cb..c826c97964fef454dbe6e370178d386391eea2ef 100644 (file)
--- a/README
+++ b/README
@@ -1,23 +1,31 @@
 
  ***** README - pd_readline ***** 
 
-  This repo is for the (eventual) storage of a public-domain  
+  This repo is for the storage of a public-domain  
 readline-and-command-history implementation. 
 
-Update - 24th Aug 2012 - 
-Added the mg editor files from OpenBSD. 
-I obtained the code from here - 
-ftp://ftp.cc.uoc.gr/mirrors/OpenBSD/src/usr.bin/mg/
+Update - 6th Sep 2012 - 
 
-( It's not so much the editor itself that is the main interest here, 
-but the line-management code. )  
+Almost there!  
+The code now pretty much works as expected. 
 
-NOTE - in the mg directory, the file "theo.c" is NOT 
-"public domain" ( but it HAD to be included because of the 
-humour......  ;)    )  
+It looks like the stack-smash problem has now 
+been fixed. I've give the code a pretty good 
+hammering and it didn't give me problems. 
 
-Many thanks to the OpenBSD team and the mg devs 
-(hi Theo - arrrrrrgh, please don't hit me........... ;)     )   
+Pressing Enter still exits the program rather 
+than storing the existing command-line and "staying 
+in the program". I hope to change this soon.     
+
+You can edit a command-line (using backspace). 
+You can move around with left and right-arrow 
+keys. 
+Command-history can be recalled from a file with 
+the up-arrow key, and you can scroll up and down 
+through the command-history. 
+
+This code is released to the public domain.  
+"Share and enjoy........ ;)  "  
 
  - mooseman