]> pd.if.org Git - pd_readline/blobdiff - README
Starting cleanup of code.
[pd_readline] / README
diff --git a/README b/README
index c826c97964fef454dbe6e370178d386391eea2ef..6835e88ff5c28264c3300c852b5e8ad8a07995cd 100644 (file)
--- 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!