From bd4dfd9168f8d624b6c0a97807dca4794c61e741 Mon Sep 17 00:00:00 2001 From: bostic Date: Sun, 19 Dec 1993 18:54:02 +0000 Subject: [PATCH] Christos' fixes for script windows --- common/common.h | 3 ++- common/screen.h | 8 ++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/common/common.h b/common/common.h index 6e46ee65..475abd1e 100644 --- a/common/common.h +++ b/common/common.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * $Id: common.h,v 8.30 1993/12/09 19:42:19 bostic Exp $ (Berkeley) $Date: 1993/12/09 19:42:19 $ + * $Id: common.h,v 8.31 1993/12/19 18:54:02 bostic Exp $ (Berkeley) $Date: 1993/12/19 18:54:02 $ */ /* System includes. */ @@ -40,6 +40,7 @@ typedef struct _msg MSG; typedef struct _option OPTION; typedef struct _optlist OPTLIST; typedef struct _scr SCR; +typedef struct _script SCRIPT; typedef struct _seq SEQ; typedef struct _tag TAG; typedef struct _tagf TAGF; diff --git a/common/screen.h b/common/screen.h index 8f54edfb..878a7c6f 100644 --- a/common/screen.h +++ b/common/screen.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * $Id: screen.h,v 8.76 1993/12/17 14:23:25 bostic Exp $ (Berkeley) $Date: 1993/12/17 14:23:25 $ + * $Id: screen.h,v 8.77 1993/12/19 18:54:09 bostic Exp $ (Berkeley) $Date: 1993/12/19 18:54:09 $ */ /* @@ -133,11 +133,7 @@ struct _scr { TEXTH tiq; /* Ex/vi: text input queue. */ - int sh_in[2]; /* Script: pipe. */ - int sh_out[2]; /* Script: pipe. */ - pid_t sh_pid; /* Script: shell pid. */ - char *sh_prompt; /* Script: prompt. */ - size_t sh_prompt_len; /* Script: prompt length. */ + SCRIPT *script; /* Vi: script mode information .*/ char const *time_msg; /* ITIMER_REAL message. */ struct itimerval time_value; /* ITIMER_REAL saved value. */ -- 2.11.4.GIT