xtty.h

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 19 行

H
19
字号
/* * sccsid: "@(#)Xtty.h	4.1 Ultrix	7/3/90" * * Derived from:  * $Header: Xtty.h,v 10.3 86/02/01 15:42:44 tony Rel $ *//* * Note.mjg: xdb doesn't need the window ID, so by commenting it out * we eliminate the need to include Xlib.h. */typedef struct _TTYWindow {/*** 	Window w;		 * The window id */	int pid;		/* The pid of the subprocess xterm */	short file;		/* The file id of the tty to read and write 	    	    	    	   characters to/from */} TTYWindow;TTYWindow *CreateTTYWindow();

⌨️ 快捷键说明

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