4 /* Static variables or saving terminal modes */
31 /****************************************************************/
32 /* Erasechar(), killchar() returns std MSDOS erase chars. */
33 /****************************************************************/
37 return(_DCCHAR
); /* character delete char */
42 return(_DLCHAR
); /* line delete char */
45 /****************************************************************/
46 /* Savetty() and resetty() saves and restores the terminal I/O */
48 /****************************************************************/
55 /****************************************************************/
56 /* Setupterm() sets up the terminal. On a PC, it is always suc- */
57 /* Cessful, and returns 1. */
58 /****************************************************************/