X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=README;fp=README;h=c826c97964fef454dbe6e370178d386391eea2ef;hp=9442b266a85ca5f82697d2f2b49199c046902780;hb=1ad7deb43b6a1157e9d9afac48d7e66e41fa7356;hpb=9e069fcc80356d4ab8bbc73a6b03a5c021bcf24c diff --git a/README b/README index 9442b26..c826c97 100644 --- a/README +++ b/README @@ -4,13 +4,18 @@ This repo is for the storage of a public-domain readline-and-command-history implementation. -Update - 5th Sep 2012 - +Update - 6th Sep 2012 - Almost there! -The code now "pretty much" works as expected. -( However, pressing Enter exits the program rather +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 fix this soon. ) +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 @@ -19,10 +24,6 @@ Command-history can be recalled from a file with the up-arrow key, and you can scroll up and down through the command-history. -*** CAUTION! *** - There is, however, an occasional -problem with "stack-smashing". - - This code is released to the public domain. "Share and enjoy........ ;) "