]> pd.if.org Git - pd_readline/blob - README
BIG improvement - the stack-smash problem has been fixed. The code is now a bit simpl...
[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 Update - 6th Sep 2012 - 
8
9 Almost there!  
10 The code now pretty much works as expected. 
11
12 It looks like the stack-smash problem has now 
13 been fixed. I've give the code a pretty good 
14 hammering and it didn't give me problems. 
15
16 Pressing Enter still exits the program rather 
17 than storing the existing command-line and "staying 
18 in the program". I hope to change this soon.     
19
20 You can edit a command-line (using backspace). 
21 You can move around with left and right-arrow 
22 keys. 
23 Command-history can be recalled from a file with 
24 the up-arrow key, and you can scroll up and down 
25 through the command-history. 
26
27 This code is released to the public domain.  
28 "Share and enjoy........ ;)  "  
29
30  - mooseman 
31
32