]> pd.if.org Git - pd_readline/blob - README
Very good progress.
[pd_readline] / README
1
2  ***** README - pd_readline ***** 
3
4   This repo is for the (eventual) storage of a public-domain  
5 readline-and-command-history implementation. 
6
7 Update - 26th Aug 2012 - 
8
9 Very useful progress.  
10 Keystroke sequences are now stored in an array of structs. 
11 This makes it VERY easy to see the various special flags 
12 in a keystroke sequence 
13 (e.g. Esc, Ctrl, Alt and so on..... ).  
14
15 Still some way to go to get to a REAL readline, but we are 
16 "on the way......"
17
18 This code is released to the public domain.  
19 "Share and enjoy........ ;)  "  
20
21
22  - mooseman 
23
24