Expand PMF_FN_* macros.
[netbsd-mini2440.git] / dist / nvi / ex / script.h
blobfee9d32f69fdd5ddff4385bc6fb0e5a74ca87b68
1 /* $NetBSD$ */
3 /*-
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
14 struct _script {
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 */
21 #ifdef TIOCGWINSZ
22 struct winsize sh_win; /* Window size. */
23 #endif
24 struct termios sh_term; /* Terminal information. */