- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Terminfo
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:24 AM
04-29-2002 02:24 AM
Terminfo
I need to alter a few keymaps in a terminfo file. I have found out how to do this except I can not seem to untic the file to make the alterations.
I've copied the terminal I want to alter to my home directory so as not to alter the original but when I try to untiz the file I just get it output to screen and not to a file.
If someone could help me on this I would be really greatful.
Thanks in advance,
Christian Briddon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:28 AM
04-29-2002 02:28 AM
Re: Terminfo
use I/O redirection.
ex
untic -f /usr/share/lib/terminfo/v/vt100 > vt100.tic
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:32 AM
04-29-2002 02:32 AM
Re: Terminfo
So you'll have to direct the std o/p to a file:
untic -f filename 1>outfile

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:37 AM
04-29-2002 02:37 AM
Re: Terminfo
use tic
go through the man pages of tic
by default it puts the result file in to
/usr/share/lib/terminfo
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 02:40 AM
04-29-2002 02:40 AM
Re: Terminfo
export TERMINFO=/tmp/terminfo
and mkdir /tmp/terminfo.
TERMINFO var will mantain a separate database for terminals while you generate a correct file for your needs.
see man tic , untic.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 03:26 AM
04-29-2002 03:26 AM
Re: Terminfo
if "untic" is not working for you, try "infocmp" instead...
HTH,
Wodisch