⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ttystate.h

📁 早期freebsd实现
💻 H
字号:
/* Various tty state structures. * Each is an array, subscripted by one of "OFF" or "ON". */#ifdef	UNIX#if defined(SGTTY) || defined(BRLUNIX)# include <sgtty.h># ifdef	BRLUNIXextern struct sg_brl	sg[2];# elseextern struct sgttyb	sg[2];# endif /* BRLUNIX */#endif#ifdef TERMIO# include <termio.h># include <sys/ioctl.h>extern struct termio	sg[2];#endif#ifdef TERMIOS# include <termios.h>#ifdef BSD386# include <sys/ioctl.h>#endifextern struct termios	sg[2];# ifndef VDSUSP#  define VDSUSP	VSUSP	/* non-Posixism in Irix3.3, may exist in others */# endif#endif#ifdef	SYSVR4#undef	TIOCSLTC	/* don't let BSD emulation mislead us */#endif# ifdef	TIOCSLTCextern struct ltchars	ls[2];# endif	/* TIOCSLTC */#ifdef	SYSV#undef	TIOCGETC	/* not appropriate for System V */#endif# ifdef	TIOCGETCextern struct tchars	tc[2];# endif#endif	/* UNIX */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -