From 934f4cd08c633c3dbfcc94ec2fc19af6ff57518d Mon Sep 17 00:00:00 2001 From: skimo Date: Mon, 18 Jun 2001 20:16:42 +0000 Subject: [PATCH] Nobody seems to use the Motif front-end. It's rather broken. Small change in the right direction. --- motif_l/m_func.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motif_l/m_func.c b/motif_l/m_func.c index c1fd0515..89dc7650 100644 --- a/motif_l/m_func.c +++ b/motif_l/m_func.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: m_func.c,v 8.24 2000/07/05 11:33:18 skimo Exp $ (Berkeley) $Date: 2000/07/05 11:33:18 $"; +static const char sccsid[] = "$Id: m_func.c,v 8.25 2001/06/18 20:16:42 skimo Exp $ (Berkeley) $Date: 2001/06/18 20:16:42 $"; #endif /* not lint */ #include @@ -390,4 +390,5 @@ IPSIOPS ipsi_ops_motif = { vi_scrollbar, vi_select, vi_split, + vi_addstr, }; -- 2.11.4.GIT