]> pd.if.org Git - pd_readline/blobdiff - README
Very good progress.
[pd_readline] / README
diff --git a/README b/README
index a69390f88d7e7f16f32fbd4b3a8b3992479214e4..fa5a32296afd0d509f450c1c78fcde9664a998ac 100644 (file)
--- a/README
+++ b/README
@@ -4,6 +4,21 @@
   This repo is for the (eventual) storage of a public-domain  
 readline-and-command-history implementation. 
 
+Update - 26th Aug 2012 - 
+
+Very useful progress.  
+Keystroke sequences are now stored in an array of structs. 
+This makes it VERY easy to see the various special flags 
+in a keystroke sequence 
+(e.g. Esc, Ctrl, Alt and so on..... ).  
+
+Still some way to go to get to a REAL readline, but we are 
+"on the way......"
+
+This code is released to the public domain.  
+"Share and enjoy........ ;)  "  
+
+
  - mooseman