]> pd.if.org Git - pd_readline/blob - README
More work.
[pd_readline] / README
1
2  ***** README - pd_readline ***** 
3
4   This repo is for the storage of a public-domain  
5 readline-and-command-history implementation. 
6
7 FILES:  
8
9 pd_readline.c  -  This is a file to test the 
10 implementation. Contains the main() function. 
11
12 keyhandler.c - Reads the keystrokes and calls 
13 functions to handle them. 
14
15 funcs.c - Functions to handle the keystrokes. 
16
17
18 Update - 6th Sep 2012 - 
19
20 Almost there!  
21 The code now pretty much works as expected. 
22
23 It looks like the stack-smash problem has now 
24 been fixed. I've give the code a pretty good 
25 hammering and it didn't give me problems. 
26
27 Pressing Enter still exits the program rather 
28 than storing the existing command-line and "staying 
29 in the program". I hope to change this soon.     
30
31 You can edit a command-line (using backspace). 
32 You can move around with left and right-arrow 
33 keys. 
34 Command-history can be recalled from a file with 
35 the up-arrow key, and you can scroll up and down 
36 through the command-history. 
37
38 This code is released to the public domain.  
39 "Share and enjoy........ ;)  "  
40
41  - mooseman 
42
43