diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-07-24 16:16:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-07-24 16:16:11 +0000 |
commit | 9fe0ebe622331e4ca8b324440857ac3415cf231e (patch) | |
tree | da7d517118e7d40dfef8b4943e368ecbd43475cb /usr.bin/vi/cl/cl_read.c | |
parent | 4e78eb09c86098d70b62e357fffcf4c3d379074f (diff) |
bring vi/ex up to 1.71
Diffstat (limited to 'usr.bin/vi/cl/cl_read.c')
-rw-r--r-- | usr.bin/vi/cl/cl_read.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/cl/cl_read.c b/usr.bin/vi/cl/cl_read.c index bfbaca7ff0e..24c564f378f 100644 --- a/usr.bin/vi/cl/cl_read.c +++ b/usr.bin/vi/cl/cl_read.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "@(#)cl_read.c 10.13 (Berkeley) 5/3/96"; +static const char sccsid[] = "@(#)cl_read.c 10.14 (Berkeley) 6/30/96"; #endif /* not lint */ #include <sys/types.h> @@ -85,7 +85,7 @@ retest: if (LF_ISSET(EC_INTERRUPT) || F_ISSET(clp, CL_SIGINT)) { return (1); if (changed) { (void)cl_resize(sp, lines, columns); - evp->e_event = E_INTERRUPT; + evp->e_event = E_WRESIZE; return (0); } /* No real change, ignore the signal. */ |