![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using colors in mailx | konark | Shell Programming and Scripting | 1 | 11-13-2007 04:20 PM |
| Colors in Ksh Script | Serious Sam | UNIX for Dummies Questions & Answers | 0 | 08-20-2007 07:01 AM |
| Colors | resullivan | UNIX for Dummies Questions & Answers | 1 | 06-26-2007 01:20 AM |
| Colors in Red Hat | UNIX for Dummies Questions & Answers | 2 | 01-17-2003 04:43 PM | |
| colors | Sage3k | UNIX Desktop for Dummies Questions & Answers | 1 | 10-07-2002 04:57 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Vim colors in HP-UX
I am using xterm on my HP-UX system (11i). Color is working in xtrem, i can see that with the -color option on ls. When I use vim's syntax high lighting, instead of colors, it uses underline and bold (which looks horrible). I added the following
Code:
if &term =~ "xterm"
if has("terminfo")
set t_Co=8
set t_Sf=<Esc>[3%p1%dm
set t_Sb=,Esc>[4%p1%dm
else
set t_Co=8
set t_Sf=<Esc>[3%dm
set t_Sb=<Esc>[4%dm
endif
endif
Any suggestions? |
|
||||
|
Somewhat late perhaps
![]() But this post came quite high in my google search for "vim colour hpux". And I've located a solution to this problem. Tip #222 - Building vim with color on HP-UX : vim online Compile vim with ./configure --with-tlib=curses and you're rolling with colours. |
|
||||
|
|
| Sponsored Links | ||
|
|