]> pd.if.org Git - pd_readline/blobdiff - README
More good progress.
[pd_readline] / README
diff --git a/README b/README
index fa5a32296afd0d509f450c1c78fcde9664a998ac..9e5f3971d1468948618cd82bd6abf6aa3c44d995 100644 (file)
--- a/README
+++ b/README
@@ -12,6 +12,14 @@ This makes it VERY easy to see the various special flags
 in a keystroke sequence 
 (e.g. Esc, Ctrl, Alt and so on..... ).  
 
+Big breakthrough - the code can now distinguish between 
+normal "printable" keys and keys that should not be 
+printed (e.g. arrow keys, Ctrl sequences and so on).  
+
+The next goal is to make the code move the cursor to the 
+left (when left-arrow is pressed) and delete a char (when 
+backspace is pressed). 
+
 Still some way to go to get to a REAL readline, but we are 
 "on the way......"