]> pd.if.org Git - pd_readline/blobdiff - README
Getting close to a basic working readline now.
[pd_readline] / README
diff --git a/README b/README
index b3a0eca4174a23f22af99ca1d06711d9413a23cb..9442b266a85ca5f82697d2f2b49199c046902780 100644 (file)
--- a/README
+++ b/README
@@ -1,23 +1,30 @@
 
  ***** 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 - 5th 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. 
+( However, pressing Enter exits the program rather 
+than storing the existing command-line and "staying 
+in the program". I hope to fix this soon. )   
 
-NOTE - in the mg directory, the file "theo.c" is NOT 
-"public domain" ( but it HAD to be included because of the 
-humour......  ;)    )  
+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. 
 
-Many thanks to the OpenBSD team and the mg devs 
-(hi Theo - arrrrrrgh, please don't hit me........... ;)     )   
+*** CAUTION! *** - There is, however, an occasional 
+problem with "stack-smashing". 
+
+
+This code is released to the public domain.  
+"Share and enjoy........ ;)  "  
 
  - mooseman