*BSD News Article 86829


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!bloom-beacon.mit.edu!senator-bedfellow.mit.edu!davis
From: davis@space.mit.edu (John E. Davis)
Newsgroups: comp.unix.bsd.freebsd.misc,news.software.readers
Subject: Re: slrn on mono console?
Date: 28 Jan 1997 00:44:37 GMT
Organization: Center for Space Research
Lines: 24
Message-ID: <slrn5eq1iq.2u4.davis@mygir.davis.net>
References: <slrn5dombi.2l4.myke@bucket.cyberport.net>
NNTP-Posting-Host: aluche.mit.edu
X-Newsreader: slrn (0.9.3 BETA UNIX)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:34072 news.software.readers:34659

On 15 Jan 1997 04:12:29 GMT, Mike Holling <myke@bucket.cyberport.net>
wrote:
>look just fine.  Slrn, however, highlights the wrong things and doesn't 
>look very good.  If I telnet in from another machine (set to VT100) it 
>works OK, but I haven't been able to tweak term entries on the console to 
>get the same behaviour.  Any ideas?

You can control what gets highlighted and how highlighting is
performed by the `mono' statements in your .slrnrc (or system slrn.rc)
file.  For example,

    mono error		"blink" "bold"

will display the error messages using bold and blinking text.  If this
does not happen on the linux console, then your terminfo file is is
probably at fault.

Incidently, I beleive that the linux console emulates a vt102.  You 
might try setting TERM to vt102 if you have problems with the terminfo
entry for linux.

--JOhn