From 7d4955aec89412abcaf55d02c734dc4c4f7bebaa Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 6 Mar 1999 20:27:46 +0000 Subject: back out changes that should not have escaped my local tree --- usr.bin/vi/cl/cl_screen.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/vi/cl/cl_screen.c') diff --git a/usr.bin/vi/cl/cl_screen.c b/usr.bin/vi/cl/cl_screen.c index 2049f91c67e..23e74be812c 100644 --- a/usr.bin/vi/cl/cl_screen.c +++ b/usr.bin/vi/cl/cl_screen.c @@ -17,8 +17,8 @@ static const char sccsid[] = "@(#)cl_screen.c 10.49 (Berkeley) 9/24/96"; #include #include -#include #include +#include #include #include #include @@ -195,8 +195,7 @@ cl_vi_init(sp) /* Curses vi always reads from (and writes to) a terminal. */ if (!F_ISSET(clp, CL_STDIN_TTY) || !isatty(STDOUT_FILENO)) { msgq(sp, M_ERR, - "016|vi's standard input and output must both refer to a - terminal"); + "016|Vi's standard input and output must be a terminal"); return (1); } -- cgit v1.2.3