]> pd.if.org Git - pd_readline/blob - README
More 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 Big breakthrough - the code can now distinguish between 
16 normal "printable" keys and keys that should not be 
17 printed (e.g. arrow keys, Ctrl sequences and so on).  
18
19 The next goal is to make the code move the cursor to the 
20 left (when left-arrow is pressed) and delete a char (when 
21 backspace is pressed). 
22
23 Still some way to go to get to a REAL readline, but we are 
24 "on the way......"
25
26 This code is released to the public domain.  
27 "Share and enjoy........ ;)  "  
28
29
30  - mooseman 
31
32