From owner-freebsd-questions Sun Jan 23 12:11:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 93BC814DE6 for ; Sun, 23 Jan 2000 12:11:25 -0800 (PST) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id MAA22151; Sun, 23 Jan 2000 12:11:18 -0800 (PST) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id MAA08630; Sun, 23 Jan 2000 12:11:16 -0800 (PST) Date: Sun, 23 Jan 2000 12:11:16 -0800 From: Gary Kline To: James Bailie Cc: Gary Kline , questions@freebsd.org Subject: Re: set blinkon0 in gvim Message-ID: <20000123121116.A8311@athena.sea.tera.com> References: <200001230923.BAA03752@tera.com> <20000123053227.A492@cr31617-a.lndn1.on.wave.home.co> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailer: Mutt 0.95us In-Reply-To: <20000123053227.A492@cr31617-a.lndn1.on.wave.home.co>; from James Bailie on Sun, Jan 23, 2000 at 05:32:27AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 23, 2000 at 05:32:27AM -0500, James Bailie wrote: > On Sun, Jan 23, 2000 at 01:23:19AM -0800, Gary Kline wrote: >=20 > > Can anyone clue me in on (1) setting colors (for C or C++ syntax) > > in vim, or (2) turning off the blinking cursor in gvim? >=20 > There is a great mailing list for Vim which would be more appropriate > for these questions, since Vim is a port, but here's part of my .vimrc: >=20 > " turn on color >=20 > :set t_Co=3D8 > :set t_Sf=3D=1B[3%dm > :set t_Sb=3D=1B[4%dm > :syntax on >=20 After I hit ``r'' to reply, I saw the ^[[3%dm and ^[[4%dm ESC sequence. Your example works just fine. I'll sub to the mailing list when I find mention of it. It looks like vim is the editor that Bill Joy was thinking of back in '88-9 when he said that vi was pass=E9... thanks lots, gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message