|
|
1.1 root 1: #include "curses.ext"
2: /* @(#) savetty.c: 1.1 10/15/83 (1.19 3/17/83) */
3:
4: savetty()
5: {
6: SP->save_tty_buf = cur_term->Nttyb;
7: #ifdef DEBUG
8: # ifdef USG
9: if(outf) fprintf(outf, "savetty(), file %x, SP %x, flags %x,%x,%x,%x\n", SP->term_file, SP, cur_term->Nttyb.c_iflag, cur_term->Nttyb.c_oflag, cur_term->Nttyb.c_cflag, cur_term->Nttyb.c_lflag);
10: # else
11: if(outf) fprintf(outf, "savetty(), file %x, SP %x, flags %x\n", SP->term_file, SP, cur_term->Nttyb.sg_flags);
12: # endif
13: #endif
14: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.