|
|
researchv10 Norman
#include "curses.ext"
/* @(#) erasechar.c: 1.1 10/15/83 (1.19 3/17/83) */
char
erasechar()
{
#ifdef USG
return cur_term->Ottyb.c_cc[VERASE];
#else
return cur_term->Ottyb.sg_erase;
#endif
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.