Digital的Unix操作系统VAX 4.2源码

源代码在线查看: tgetent.c

软件大小: 51179 K
上传用户: zhuying0000
关键词: Digital Unix 4.2 VAX
下载地址: 免注册下载 普通下载 VIP

相关代码

				#ifdef lint				static char *sccsid = "@(#)tgetent.c	4.1	(ULTRIX)	7/2/90";				#endif lint								/*				 * Simulation of termcap using terminfo.				 */								#include "curses.ext"												int				tgetent(bp, name)				char *bp, *name;				{					int rv;									if (setupterm(name, 1, &rv) >= 0)						/* Leave things as they were (for compatibility) */						reset_shell_mode();					return rv;				}							

相关资源