X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=README;h=6835e88ff5c28264c3300c852b5e8ad8a07995cd;hb=a2ded27fbbe1d152bcc1927e6decff86e2c940a7;hp=c826c97964fef454dbe6e370178d386391eea2ef;hpb=1ad7deb43b6a1157e9d9afac48d7e66e41fa7356;p=pd_readline diff --git a/README b/README index c826c97..6835e88 100644 --- a/README +++ b/README @@ -4,6 +4,17 @@ This repo is for the storage of a public-domain readline-and-command-history implementation. +FILES: + +pd_readline.c - This is a file to test the +implementation. Contains the main() function. + +keyhandler.c - Reads the keystrokes and calls +functions to handle them. + +funcs.c - Functions to handle the keystrokes. + + Update - 6th Sep 2012 - Almost there!