]> pd.if.org Git - pd_readline/blobdiff - pd_readline.h
More work.
[pd_readline] / pd_readline.h
index 497564e725517f0b94aa2831da9965b06ac6669f..a79e7a67bac07308ba0f13ca148acbf532af4d65 100644 (file)
@@ -23,9 +23,13 @@ buf right(buf b);
 buf delch(buf b); 
 buf insch(buf b); 
 void enter(void);  
+int range(int rstart, int rend, int i);
+int type(int i); 
+
+
+/*  Special key handling.  */ 
+void spec(void); 
 
-/*  Escape-key handling.  */ 
-int spec(int i); 
 
 /*  Other funcs.  */  
 void readhistory(char *fname);