From 64729473e65b9f0652082d551ff888a05ce82fb8 Mon Sep 17 00:00:00 2001 From: bostic Date: Tue, 17 Dec 1996 20:15:22 +0000 Subject: [PATCH] add VI_SEL_END, VI_SEL_START --- ip/ip_read.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ip/ip_read.c b/ip/ip_read.c index 805ca877..ecf29ac8 100644 --- a/ip/ip_read.c +++ b/ip/ip_read.c @@ -8,7 +8,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: ip_read.c,v 8.14 1996/12/16 09:41:06 bostic Exp $ (Berkeley) $Date: 1996/12/16 09:41:06 $"; +static const char sccsid[] = "$Id: ip_read.c,v 8.15 1996/12/17 20:15:22 bostic Exp $ (Berkeley) $Date: 1996/12/17 20:15:22 $"; #endif /* not lint */ #include @@ -265,6 +265,8 @@ ip_trans(sp, ipp, evp) ipp->iskip = IPO_CODE_LEN; return (1); case VI_MOUSE_MOVE: + case VI_SEL_END: + case VI_SEL_START: evp->e_event = E_IPCOMMAND; evp->e_ipcom = ipp->ibuf[0]; fmt = "12"; -- 2.11.4.GIT