X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=pd_readline.h;h=a79e7a67bac07308ba0f13ca148acbf532af4d65;hb=a2ded27fbbe1d152bcc1927e6decff86e2c940a7;hp=497564e725517f0b94aa2831da9965b06ac6669f;hpb=7a1a81d517d3e95f6f9f5dba853fe6d9d8c27ab3;p=pd_readline diff --git a/pd_readline.h b/pd_readline.h index 497564e..a79e7a6 100644 --- a/pd_readline.h +++ b/pd_readline.h @@ -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);