From owner-freebsd-questions Fri Oct 25 2:57:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0029F37B401 for ; Fri, 25 Oct 2002 02:57:40 -0700 (PDT) Received: from mail.broadpark.no (mail2.broadpark.no [217.13.4.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id D58E343E3B for ; Fri, 25 Oct 2002 02:57:39 -0700 (PDT) (envelope-from johann@broadpark.no) Received: from aegis.terrabionic.lan (unknown [217.13.29.51]) by mail.broadpark.no (Postfix) with SMTP id 034707F53; Fri, 25 Oct 2002 11:57:26 +0200 (MEST) Date: Fri, 25 Oct 2002 11:57:05 +0200 From: Janine C.Buorditez To: Roman Neuhauser Cc: questions@freebsd.org Subject: Re: ASCII text types Message-Id: <20021025115705.50e1c502.johann@broadpark.no> In-Reply-To: <20021024164027.GM29294@freepuppy.bellavista.cz> References: <20021024164759.5d9c5a1c.johann@broadpark.no> <20021024164027.GM29294@freepuppy.bellavista.cz> X-Mailer: Sylpheed version 0.7.6 (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 24 Oct 2002 18:40:27 +0200 Roman Neuhauser wrote: > keep the line length below 75 chars, please > The notable difference lies here: #################### statusbar = { @@ -107,17 +123,17 @@ # start/end text in statusbars barstart = "{sbstart}"; barend = "{sbend}"; - barprefix1 = "%c%K%c%K"; - barprefix2 = "%K%c%K%K"; - barsuffix1 = "%K%c%K%c"; - barsuffix2 = "%K%K%c%K"; - barfill2 = "%K"; - barfill1 = "%K"; - barfill3 = "%K"; - barfill4 = "%K"; - servname = "{sb serv%K/%C$S%K}"; + barprefix1 = "%cxda%Kxc4%cxc2%Kxfa"; + barprefix2 = "%Kxc3%cxc4%Kxc1%Kxfaxf9"; + barsuffix1 = "%Kxf9xfa%cxc2%Kxc4%cxbf"; + barsuffix2 = "%Kxfa%Kxc1%cxc4%Kxd9"; + barfill2 = "%Kxfaxf9xfa"; + barfill1 = "%Kxf9xfa"; + barfill3 = "%Kxfaxf9xfa"; + barfill4 = "%Kxfaxf9"; + servname = "{sb Server:%K/%C$S%K}"; # treated "normally", you could change the time/user name to whatever - time = "{sb time%K/%C$Z}"; + time = "{sb Time:%K/%C$Z}"; user = "{sb $cumode$N{sbmode $usermode}{sbaway $A}}"; # treated specially .. window is printed with non-empty windows, @@ -126,7 +142,7 @@ window_empty = "{sb %B$winref{sbservertag $tag}}"; prompt = "{prompt $[.15]T}"; prompt_empty = "{prompt $winname}"; - topic = "%K%c%C %B$topic"; + topic = "%Kxaf%cxaf%Cxaf %B$topic"; topic_empty = " Irssi v$J - http://irssi.org/help/"; #################### My config is the one with the 's instead of xnn. In vim this can't be seen. Only with file and diff. Any idea? Thanks. > # johann@broadpark.no / 2002-10-24 16:47:59 +0200: > > A friend of mine has a configuration file containing some > > ``statusbar'' settings required for his Irssi theme to work properly. > > > > My version of his configuration, however, does not work. > > > > The only difference is that his file is a ``ISO-8859 English text'' > > and mine is a ``ASCII English text''. > > > > Does anyone know how to convert a text file to ISO-8859? > > so you say that diff -u hisconfig yourconfig doesn't output > anything, and the return code is 0? if so, the problem is in > something else. > > if they differ, you know the problem. > > -- > If you cc me or take the list(s) out completely I'll most likely > ignore your message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message