1: /* $Header: Xtty.h,v 10.3 86/02/01 15:42:44 tony Rel $ */ 2: typedef struct _TTYWindow { 3: Window w; /* The window id */ 4: int pid; /* The pid of the subprocess xterm */ 5: short file; /* The file id of the tty to read and write 6: characters to/from */ 7: } TTYWindow; 8: 9: TTYWindow *CreateTTYWindow();