4 * Copyright (c) 1993, 1994
5 * The Regents of the University of California. All rights reserved.
6 * Copyright (c) 1993, 1994, 1995, 1996
7 * Keith Bostic. All rights reserved.
9 * See the LICENSE file for redistribution information.
11 * Id: script.h,v 10.2 1996/03/06 19:53:00 bostic Exp (Berkeley) Date: 1996/03/06 19:53:00
15 pid_t sh_pid
; /* Shell pid. */
16 int sh_master
; /* Master pty fd. */
17 int sh_slave
; /* Slave pty fd. */
18 char *sh_prompt
; /* Prompt. */
19 size_t sh_prompt_len
; /* Prompt length. */
20 char sh_name
[64]; /* Pty name */
22 struct winsize sh_win
; /* Window size. */
24 struct termios sh_term
; /* Terminal information. */