]> pd.if.org Git - pd_readline/blob - README
9442b266a85ca5f82697d2f2b49199c046902780
[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 - 5th Sep 2012 - 
8
9 Almost there!  
10 The code now "pretty much" works as expected. 
11 ( However, pressing Enter exits the program rather 
12 than storing the existing command-line and "staying 
13 in the program". I hope to fix this soon. )   
14
15 You can edit a command-line (using backspace). 
16 You can move around with left and right-arrow 
17 keys. 
18 Command-history can be recalled from a file with 
19 the up-arrow key, and you can scroll up and down 
20 through the command-history. 
21
22 *** CAUTION! *** - There is, however, an occasional 
23 problem with "stack-smashing". 
24
25
26 This code is released to the public domain.  
27 "Share and enjoy........ ;)  "  
28
29  - mooseman 
30
31