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