us = underline start.  (there is also a ue)

tn5250 looks to see if you've got a "us" defined in your termcap.  If you
do, it assumes that your terminal is capable of displaying underlines,
and therefore does NOT print underscores.  (instead, it tells ncurses to
print "true underlines")

So, if you're looking to enable underscores (as the -u option did) you
want to, actually, remove the us from your termcap (or terminfo or
whatever you're using)

Perhaps this'll get you started in the right direction...  If you need
specifics, I'll let one of the Linux people on the list help you, since
without research, I only know what works under FreeBSD :)



On Fri, 7 Apr 2000, Brian E. Seppanen wrote:

> What is the us capability?   Shorthand for underscore?    I take it this
> option should be defined in /etc/termcap, but in my case it probably isn't.
> How can I define it in /etc/termcap?
> 
> I'd appreciate any assistance.
> 
> thanks,
> Brian Seppanen
> [EMAIL PROTECTED]
> >
> > tn5250 looks for the "us" capability in your termcap.   If you do not
> > have it defined, it'll use underscores in the same way that the "-u"
> > option previously worked.
> >
> > So check your termcap...  maybe that'll help :)
> >
> >
> >
> > On Tue, 4 Apr 2000, Sean Porterfield wrote:
> >
> > > I finally ran tn5250 in console mode again, and noticed that I no longer
> > > have the underlines.  I thought it was because I was passing through my
> > > firewall and thus running terminal sessions on 3 Linux boxen before
> > > getting to the AS/400, but I get the same result on my LAN with the
> > > AS/400.
> > >
> > > I'm using RH6.1, ncurses-4.2-25.  Any other info that would be helpful?
> > > (I thought it used to work...)  Oh, I tested with 0.15.8, freshly
> > > downloaded and installed.  OS/400 is at V4R4.
> > >
> >
> > +---
> > | This is the LINUX5250 Mailing List!
> > | To submit a new message, send your mail to [EMAIL PROTECTED]
> > | To subscribe to this list send email to [EMAIL PROTECTED]
> > | To unsubscribe from this list send email to
> [EMAIL PROTECTED]
> > | Questions should be directed to the list owner/operator:
> [EMAIL PROTECTED]
> > +---
> 
> +---
> | This is the LINUX5250 Mailing List!
> | To submit a new message, send your mail to [EMAIL PROTECTED]
> | To subscribe to this list send email to [EMAIL PROTECTED]
> | To unsubscribe from this list send email to [EMAIL PROTECTED]
> | Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
> +---
> 
> 

+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---

Reply via email to