Re: OSR6 Console emulation woes
From: Bob Rasmussen (ras_at_anzio.com)
Date: 09/30/05
- Next message: jboland_at_sco.com: "Re: 5.0.6 retirment (Re: SCO 507 + MYSQL)"
- Previous message: Dan Martin: "5.0.6 retirment (Re: SCO 507 + MYSQL)"
- In reply to: dsSDF AEW: "OSR6 Console emulation woes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Sep 2005 06:59:12 -0700 (PDT) To: dsSDF AEW <SLEELS@DD.COM>
On Thu, 29 Sep 2005, dsSDF AEW wrote:
> Hello everyone,
>
> As we all know by now, OSR6 went and changed the emulation at the console in
> OSR6. We lost our scoansi.
>
> We also lost our ability to print line draw graphics characters. I have a
> client runnning a filepro app. The app was about 50% usable with the AT386-ie
> emulation so we set the TERM variable to ansi.
> ...
I went back and reviewed correspondence on this list, some by me) around
July 26. Here's a summary.
1. OS6 comes up with mapchan set to IBM something. This is wrong. You need
to null out the mapchan, with
mapchan -n
Then you should be able to display a proper chart of characters, with
those from hex-A0 to hex-FF showing as the ISO 8859-1 character set.
2. With TERM set to at386-ie, you should now be able to run something such
as "setup" or "scoadmin" that uses linedraw characters, and see that they
work.
3. Programs that use terminfo will be able to output the 'smacs'
sequence, then the appropriate character, then 'rmacs'. For instance, try
tput smacs;printf "abcdefghijklmnop";tput rmacs
4. I haven't looked at termcap, and am not in the console right now.
5. If your application programming environment has its own terminal
definition system (doesn't use termcap or terminfo) you may need to create
a new entry for at386-ie. This can get linedraw characters in one of two
ways:
a) switch into graphics mode, output the corresponding characters, and
switch out again, similar to 3 above.
b) output the actual character values of the linedraw characters, which
are in the range of hex-80 to hex-9F.
Hope this helps.
Regards,
....Bob Rasmussen, President, Rasmussen Software, Inc.
personal e-mail: ras@anzio.com
company e-mail: rsi@anzio.com
voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
- Next message: jboland_at_sco.com: "Re: 5.0.6 retirment (Re: SCO 507 + MYSQL)"
- Previous message: Dan Martin: "5.0.6 retirment (Re: SCO 507 + MYSQL)"
- In reply to: dsSDF AEW: "OSR6 Console emulation woes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|