4.3BSD-Tahoe/usr/include/X/Xtty.h

Compare this file to the similar file:
Show the results in this format:

/* $Header: Xtty.h,v 10.3 86/02/01 15:42:44 tony Rel $ */
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();