X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=README;h=9442b266a85ca5f82697d2f2b49199c046902780;hb=4bb27266f935c9aafad6870ffc8847fc65c8120f;hp=a69390f88d7e7f16f32fbd4b3a8b3992479214e4;hpb=26fe4e09c6c3c250334fdeed60ce3061febecde2;p=pd_readline diff --git a/README b/README index a69390f..9442b26 100644 --- a/README +++ b/README @@ -1,9 +1,31 @@ ***** 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 - 5th Sep 2012 - + +Almost there! +The code now "pretty much" works as expected. +( However, pressing Enter exits the program rather +than storing the existing command-line and "staying +in the program". I hope to fix 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. + +*** CAUTION! *** - There is, however, an occasional +problem with "stack-smashing". + + +This code is released to the public domain. +"Share and enjoy........ ;) " + - mooseman