![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| changing text | outthere_3 | Shell Programming and Scripting | 2 | 02-13-2008 12:46 AM |
| How to change the font or color of text | pssandeep | UNIX for Dummies Questions & Answers | 4 | 12-18-2007 06:15 PM |
| Changing font and color in log file of Script | satgo | Shell Programming and Scripting | 4 | 09-21-2006 10:12 AM |
| how to disable color text in xterm window | modemer | UNIX for Dummies Questions & Answers | 1 | 06-06-2005 09:20 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Changing Text Color Using VT100
Hi,
I want to change the color of the text. Currently, I am using the following VT100 command, which changes the color of the foreground: <ESC>[{attr1};...;{attrn}m The problem is, when I change the color of the foreground, it changes the color of the text as expected, but it also highlights the text gray. Is it possible to change the color of the text wthout the gray highlighting? |
|
|||||
|
Have you tried 1 to 8 ?
It might be one of them Code:
The following lists standard attributes: 0 Reset all attributes 1 Bright 2 Dim 4 Underscore 5 Blink 7 Reverse 8 Hidden Foreground Colours 30 Black 31 Red 32 Green 33 Yellow 34 Blue 35 Magenta 36 Cyan 37 White Background Colours 40 Black 41 Red 42 Green 43 Yellow 44 Blue 45 Magenta 46 Cyan 47 White Last edited by Tornado; 11-25-2006 at 05:42 PM.. |
|
||||
|
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|