forgot to delete a TRACE call
[nvi.git] / ex / script.h
blob6d317320a2cbfa9a35dc67301deece70d643a22c
1 /*-
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
5 * %sccs.include.redist.c%
7 * $Id: script.h,v 8.1 1993/12/19 19:54:56 bostic Exp $ (Berkeley) $Date: 1993/12/19 19:54:56 $
8 */
10 struct _script {
11 pid_t sh_pid; /* Shell pid. */
12 int sh_master; /* Master pty fd. */
13 int sh_slave; /* Slave pty fd. */
14 char *sh_prompt; /* Prompt. */
15 size_t sh_prompt_len; /* Prompt length. */
16 char sh_name[64]; /* Pty name */
17 struct winsize sh_win; /* Window size. */
18 struct termios sh_term; /* Terminal information. */