[U2] terminfo issues after a UV restore

2006-08-02 Thread George Gallen
We recently had a system crash.

I had to re-install UV, then overwrote the UV directory
  from a backup prior to the crash.

Universe seems to work fine, except the terminfo is a little screwy
I get a $5 when using the @(x,y) positioning.

How do I recompile the terminfo database? Or if I remember correctly
I had to edit the terminfo for vt100 to remove the characters.

UV 10 / unix

George
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/



Re: [U2] terminfo issues after a UV restore

2006-08-02 Thread Mark Ballinger
On Wed, Aug 02, 2006 at 09:03:53AM -0400, George Gallen wrote:
 We recently had a system crash.
 
 I had to re-install UV, then overwrote the UV directory
   from a backup prior to the crash.
 
 Universe seems to work fine, except the terminfo is a little screwy
 I get a $5 when using the @(x,y) positioning.
 
 How do I recompile the terminfo database? Or if I remember correctly
 I had to edit the terminfo for vt100 to remove the characters.
 
 UV 10 / unix

uvtidc  vt100.temp

Then, edit that temp file, then as root

tic ./vt100.temp
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] terminfo issues after a UV restore

2006-08-02 Thread George Gallen
yes. Found it in the manual finally.
Online Manuals are harder to find things,

You would think that the infomation would be
referenced on how to do this under terminfo

Oh wellnow the next fish to fry...I mean fix to fry.

George

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Mark Ballinger
 Sent: Wednesday, August 02, 2006 10:11 AM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] terminfo issues after a UV restore
 
 
 On Wed, Aug 02, 2006 at 09:03:53AM -0400, George Gallen wrote:
  We recently had a system crash.
  
  I had to re-install UV, then overwrote the UV directory
from a backup prior to the crash.
  
  Universe seems to work fine, except the terminfo is a little screwy
  I get a $5 when using the @(x,y) positioning.
  
  How do I recompile the terminfo database? Or if I remember correctly
  I had to edit the terminfo for vt100 to remove the characters.
  
  UV 10 / unix
 
 uvtidc  vt100.temp
 
 Then, edit that temp file, then as root
 
 tic ./vt100.temp
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] terminfo issues after a UV restore

2006-08-02 Thread Ray Wurlod
To recompile the terminfo definitions use uvtic -a  vt100.src where vt100.src 
is the source definition file that you altered (presumably created initially by 
uvtidc).
If you want to recompile the originals, there is a terminfo.src in the sample 
directory (under the UV account) that you can use.
After you've run uvtic also run tiindex to rebuild the list of terminal types 
used by ? in the SET.TERM.TYPE command.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/