X-Git-Url: https://pd.if.org/git/?p=pd_readline;a=blobdiff_plain;f=README;h=6835e88ff5c28264c3300c852b5e8ad8a07995cd;hp=c826c97964fef454dbe6e370178d386391eea2ef;hb=36403b46c9eec27a672b0cfbfad9a79c7d153dca;hpb=1ad7deb43b6a1157e9d9afac48d7e66e41fa7356 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!