Generate interrupt key (according to terminal settings)

when user presses DEL.
This commit is contained in:
rsc 2005-08-11 16:43:37 +00:00
parent ae89363c30
commit 38897b2053
4 changed files with 30 additions and 3 deletions

View file

@ -6,3 +6,4 @@ extern int rcstart(int, char*[], int*, int*);
extern int isecho(int);
extern int setecho(int, int);
extern int noecho;
extern int getintr(int);