Sponsored Content
Top Forums Shell Programming and Scripting How to change the font colour in unix ? Post 302098098 by mervin2006 on Thursday 30th of November 2006 03:28:34 PM
Old 11-30-2006
what does the \033 mean

Thanks

Mervin
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

HOw to change the text colour through shell script?

Hi all, I have written one script. If i run the script, particular text in that script needs to be displayed in color.how this could be done?any commands r there to change the colour of the text while running the script? Ur help is appreciated !!! Thanx in Advance, Sona. (7 Replies)
Discussion started by: Sona
7 Replies

2. HP-UX

How to change font and colour in mail sent from Unix

Dear All, We have following code to send mails from unix to users. We want to see few sentences of mail in bold font or to hightlight few lines in different colours. Could you please let me know how can we do it in function construct_body. ... (3 Replies)
Discussion started by: yogichavan
3 Replies

3. Shell Programming and Scripting

ksh, font colour

hi all, how do i change the colour of text if i am using printf ?? in my script i am printing out response times from the server and i wanted to print out the max response time in red. ta. (1 Reply)
Discussion started by: cesarNZ
1 Replies

4. UNIX for Advanced & Expert Users

To change the colour of the content in email sent through unix

Hi I want to change the color of the email content sent through unix. I tried a lot and left in vain. I heard that it could be done by sending the email as HTML. But I don't how to do it. Can you all share your ideas? ~sakthifire (1 Reply)
Discussion started by: sakthifire
1 Replies

5. Shell Programming and Scripting

how to change font in mailx

I am writing sql reports to an oracle database, spooling them to a file and emailing them with mailx. I use the syntax below. The reports do not format properly, unless I use the Courier New font. How do I set this with mailx? mailx -s "MY REPORT, `date +'%D %r` " -r "REPORTING SYSTEM"... (2 Replies)
Discussion started by: guessingo
2 Replies

6. Shell Programming and Scripting

Font change in unix while sending email

Hi, I know that we would be require HTML to change the font and color of the text of the output, if we wnt to send that through the email. But I have managed to get below code, can someone look into it and let me know if i can acheive my requirement through this kind of code: Following can... (9 Replies)
Discussion started by: amit.mathur08
9 Replies

7. Programming

Cshell help with change colour in print

i want to ask how to change the colour of prompt message from use? and also how to change colour in printing........ i want to change it as blue colour and red colour, but i found many website still don't know how to do. how's the command is wrote? thz really!! (1 Reply)
Discussion started by: wendy1089
1 Replies

8. AIX

putty background colour change in vi editor

Hello, I have a problem with my putty session when i use the vi editor or when i do dbaccess on an Informix database. Suddenly the background and foreground colour of my terminal change and it makes it difficult for me to see whats on the screen. Why this is happening? Is there a way to keep... (2 Replies)
Discussion started by: omonoiatis9
2 Replies

9. Shell Programming and Scripting

sed colour change

Hi, I am trying to write a script which will email a backup report from the server, The contents of the email will be: ---------------------- ---- -- ---- ----- ---- ------- ---- ------- ------- | | | | |Chnge|Wkng| | | | | | ... (6 Replies)
Discussion started by: Bdoydie
6 Replies

10. UNIX for Dummies Questions & Answers

Change font

how do i change from employee= to employee= in ksh. in my shell script, i just want to employee= to BOLD. (3 Replies)
Discussion started by: lawsongeek
3 Replies
wxCalendarDateAttr(3erl)				     Erlang Module Definition					  wxCalendarDateAttr(3erl)

NAME
wxCalendarDateAttr - See external documentation: wxCalendarDateAttr. DESCRIPTION
See external documentation: wxCalendarDateAttr . DATA TYPES
wxCalendarDateAttr() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxCalendarDateAttr() See external documentation . new(X::WxCalendarDateBorder | term()) -> wxCalendarDateAttr() See external documentation . Alternatives: new(Border::WxCalendarDateBorder) -> new(Border, []) new(ColText::wx:colour()) -> new(ColText, []) new(X::WxCalendarDateBorder | term(), Options::[Option]) -> wxCalendarDateAttr() See external documentation . Alternatives: new(Border::WxCalendarDateBorder, [Option]) -> wxCalendarDateAttr() Option = {colBorder, wx:colour()} WxCalendarDateBorder = integer() WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND new(ColText::wx:colour(), [Option]) -> wxCalendarDateAttr() Option = {colBack, wx:colour()} | {colBorder, wx:colour()} | {font, wxFont:wxFont()} | {border, WxCalendarDateBorder} WxCalendarDateBorder = integer() WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND setTextColour(This::wxCalendarDateAttr(), ColText::colour() (see module wx)) -> ok See external documentation . setBackgroundColour(This::wxCalendarDateAttr(), ColBack::colour() (see module wx)) -> ok See external documentation . setBorderColour(This::wxCalendarDateAttr(), Col::colour() (see module wx)) -> ok See external documentation . setFont(This::wxCalendarDateAttr(), Font::wxFont() (see module wxFont)) -> ok See external documentation . setBorder(This::wxCalendarDateAttr(), Border::WxCalendarDateBorder) -> ok Types WxCalendarDateBorder = integer() See external documentation . WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND setHoliday(This::wxCalendarDateAttr(), Holiday::bool()) -> ok See external documentation . hasTextColour(This::wxCalendarDateAttr()) -> bool() See external documentation . hasBackgroundColour(This::wxCalendarDateAttr()) -> bool() See external documentation . hasBorderColour(This::wxCalendarDateAttr()) -> bool() See external documentation . hasFont(This::wxCalendarDateAttr()) -> bool() See external documentation . hasBorder(This::wxCalendarDateAttr()) -> bool() See external documentation . isHoliday(This::wxCalendarDateAttr()) -> bool() See external documentation . getTextColour(This::wxCalendarDateAttr()) -> colour() (see module wx) See external documentation . getBackgroundColour(This::wxCalendarDateAttr()) -> colour() (see module wx) See external documentation . getBorderColour(This::wxCalendarDateAttr()) -> colour() (see module wx) See external documentation . getFont(This::wxCalendarDateAttr()) -> wxFont() (see module wxFont) See external documentation . getBorder(This::wxCalendarDateAttr()) -> WxCalendarDateBorder Types WxCalendarDateBorder = integer() See external documentation . WxCalendarDateBorder is one of ?wxCAL_BORDER_NONE | ?wxCAL_BORDER_SQUARE | ?wxCAL_BORDER_ROUND destroy(This::wxCalendarDateAttr()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxCalendarDateAttr(3erl)
All times are GMT -4. The time now is 11:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy