From owner-freebsd-questions@FreeBSD.ORG Wed May 30 14:15:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B441F1065670 for ; Wed, 30 May 2012 14:15:25 +0000 (UTC) (envelope-from ukaszg@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6F9238FC15 for ; Wed, 30 May 2012 14:15:25 +0000 (UTC) Received: by yhgm50 with SMTP id m50so4032741yhg.13 for ; Wed, 30 May 2012 07:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type:content-transfer-encoding; bh=gjiJ/k2F9HbTX7sBmN6UanVhpLD2bBqBKiAyX8tOnpo=; b=kjTqtATa9nyogJvCuOukYF5SQ+2eqyrEb65oerZUnhYqWVzsVmsTd3C3RKYTYTOGeF k57GmcJjHBR0dbMUexbriNnnyNKs65Hk1K9NeQ73l7J6AUWEPz1OjRzKa1P2ePXeeUX6 pit6oyW5pkgrp4J9FSoykxJFwimxjLkZNFuQvGYsCQsqhJzrHniU8RWcSwdSnmsXJyfj xIX2mML6+IWHPawiOINTubA3pvBiHxASz5PhL0LiAr+/p7i1qOKgUQCQDcxgdqMaiSpl 8oJefRo/+AC6QEp3GhtI3ysywUWMYofTOCvJBM4qOiGERDzmBu45y4dpkMii/+PVupsL wQOA== MIME-Version: 1.0 Received: by 10.60.21.38 with SMTP id s6mr15281203oee.53.1338387324692; Wed, 30 May 2012 07:15:24 -0700 (PDT) Received: by 10.182.117.37 with HTTP; Wed, 30 May 2012 07:15:24 -0700 (PDT) In-Reply-To: <20120530133327.GA26631@external.screwed.box> References: <20120530133327.GA26631@external.screwed.box> Date: Wed, 30 May 2012 16:15:24 +0200 Message-ID: From: uki Cc: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: termcap/terminfo magicians anyone? // colors in vim X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 14:15:25 -0000 Hi, things to check: * does the color scheme require 256 colors? is your terminal compiled with that feature? * check your TERM env variable, (also try setting t_Co in vim) some info here: http://vim.wikia.com/wiki/256_colors_in_vim cheers, =C5=81ukasz Gruner 2012/5/30 Peter Vereshagin : > Hello. > > Being new from linux back in time I tried vim. It had pretty colors in li= nux for me like that: > > http://www.postimg.com/71000/photo-70938.jpg > > But in freebsd I have what I have: > > http://www.postimg.com/71000/photo-70939.jpg > > It 'just works' for me if I 'vim -T linux' but: > > =C2=A0 =C2=A0- I'd like to know exact reason to be fixed other than just = 'use linux' > =C2=A0 =C2=A0- It shows colors in ttyvX with TERM=3Dcons25 but it has ran= dom '25h' > =C2=A0 =C2=A0 =C2=A0showing up in places when I implement the actions fro= m the begin of > =C2=A0 =C2=A0 =C2=A0vimtutor. > > Nothing to add more yet other than ':set term=3Dlinux' doesn't work for c= olors > that way. > > Thanks in advance. > > -- > Peter Vereshagin (http://vereshagin.org) pgp: A0E2= 6627 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"