Date: Fri, 25 Oct 2002 11:57:05 +0200 From: Janine C.Buorditez <johann@broadpark.no> To: Roman Neuhauser <neuhauser@bellavista.cz> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 24 Oct 2002 18:40:27 +0200 Roman Neuhauser <neuhauser@bellavista.cz> 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<DA>%K<C4>%c<C2>%K<FA>"; - barprefix2 = "%K<C3>%c<C4>%K<C1>%K<FA><F9>"; - barsuffix1 = "%K<F9><FA>%c<C2>%K<C4>%c<BF>"; - barsuffix2 = "%K<FA>%K<C1>%c<C4>%K<D9>"; - barfill2 = "%K<FA><F9><FA>"; - barfill1 = "%K<F9><FA>"; - barfill3 = "%K<FA><F9><FA>"; - barfill4 = "%K<FA><F9>"; - 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<AF>%c<AF>%C<AF> %B$topic"; + topic = "%Kxaf%cxaf%Cxaf %B$topic"; topic_empty = " Irssi v$J - http://irssi.org/help/"; #################### My config is the one with the <NN>'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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021025115705.50e1c502.johann>