X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=README;fp=README;h=9e5f3971d1468948618cd82bd6abf6aa3c44d995;hp=fa5a32296afd0d509f450c1c78fcde9664a998ac;hb=dba2080a407b920ad54432c484e0044b92cd34c7;hpb=15155262dff7689ef3601df89e70d42ec3c127ca diff --git a/README b/README index fa5a322..9e5f397 100644 --- 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......"