X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=README;h=6835e88ff5c28264c3300c852b5e8ad8a07995cd;hp=fa5a32296afd0d509f450c1c78fcde9664a998ac;hb=7a1a81d517d3e95f6f9f5dba853fe6d9d8c27ab3;hpb=15155262dff7689ef3601df89e70d42ec3c127ca diff --git a/README b/README index fa5a322..6835e88 100644 --- a/README +++ b/README @@ -1,24 +1,43 @@ ***** 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 - 26th Aug 2012 - +FILES: -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..... ). +pd_readline.c - This is a file to test the +implementation. Contains the main() function. -Still some way to go to get to a REAL readline, but we are -"on the way......" +keyhandler.c - Reads the keystrokes and calls +functions to handle them. + +funcs.c - Functions to handle the keystrokes. + + +Update - 6th Sep 2012 - + +Almost there! +The code now pretty much works as expected. + +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. + +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