- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- color terminal on11i v1
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
09-20-2004 04:48 AM
09-20-2004 04:48 AM
What do I have to do on the UX box to have it recognize a color terminal emulation. I know about the TERM environment variable, but I don't know what color terminal emulations UX supports. I also want the UX box to support a screen size larger than 80x25.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 04:58 AM
09-20-2004 04:58 AM
Re: color terminal on11i v1
There are several color and wide emulations of viewpoint wyse emulations. See the man pages for terminfo and untic for more details. You can use untic to reverse-compile the terminfo database and then poke through it to find the best match for your program and needs.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 06:35 AM
09-20-2004 06:35 AM
Re: color terminal on11i v1
terminal support hpterm or other hp* types?
The size of the window is contained in the
LINES and COLUMNS environment variables.
If you resize the window they should
automatically be reset to the new values.
If your window is not resizable then it's
probably due to your windows terminal
emulator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 06:47 AM
09-20-2004 06:47 AM
Re: color terminal on11i v1
http://www.chiark.greenend.org.uk/~sgtatham/putty/
It's a free telnet/ssh client that is highly functional. I use it quite a bit.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2004 09:58 AM
09-20-2004 09:58 AM
SolutionTools like sam and swinstall do not have any color features but they do send out B&W video enhancements such as underline, blinking, inverse, half-bright inverse, and bold. Some terminal emulators allow you to select a particular enhancement such as inverse and pick a foreground and background color for that enhancement. An example is WRQ's Reflection for HP and Reflection for Unix. These are not Xwindow programs but terminal emulators.
Unix was never designed for color, it was designed for teletypwriters. The fancy stuff is found only in certain programs and in Xwindows.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 07:26 AM
09-21-2004 07:26 AM
Re: color terminal on11i v1
I am used to MS Windows and the sysadmin doesn't want to run Xwindows. I have to adjust to the limitations.