Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art, started 6 Feb 1996.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
I WANT COLOUR

I WANT COLOUR

alt.ascii-art · 5 messages · 6 Feb 1996 - 13 Feb 1996
Can someone send me some info on how to do e-mail in colour (unix/PINE)

	thanx
		IDDRIS

Joseph Larson <jla...@news-server> ASCII art 7 Feb 1996 00:00 · permalink · report
IDDRIS ADMANI (ia...@coventry.ac.uk) wrote:

: Can someone send me some info on how to do e-mail in colour (unix/PINE)

: 	thanx
: 		IDDRIS
This ought to be on a FAQ:


I haven't see any (new) animations around here lately, so I thought I'd repost
my help file.  I too am guilty for not (ever) taking the time to create any
good animation, but maybe this will inspire someone....

First you have to have an understanding of escape codes.  These are the
essential part of animations.  Without them, your animations won't work.
To create the actual "escape" character varies with different systems.  The
ones I know are:

UNIX (vi editor)  : ctrl-v , then press the "esc" key (in insert mode)

VAX (eve editor)  : ctrl-v , then press the "esc" key

MSDOS editor      : ctrl-p , then press the "esc" key

after you have the initial character, there are several codes you can enter to
manipulate the text and cursor.  Here is a list of the codes that I know. 
These are to directly follow the "escape" character.  Also note that in an
animation every code must have a preceding "escape" character.

(this list was compiled by someone else...not me...but here it is)

 Note that the case of the characters after the [ is important.  That is, 
 [4a won't move the cursor, and [1;20R won't set any scroll regions)
 (from the vt220 reference book)

 Random Cursor Access on VT220 terminals.

[xA       move up x lines, same col.
[xB       move down x lines, same col.
[xC       move right x columns, same line.
[xD       move left x columns, same line.
E         locates at first spot next line.
[x;yH     locates at row,col (x,y).
[xJ       erases cursor pos to end of screen. x<>0,1,2
[x;0J     erases cursor pos to end of screen.
[x;1J     erases beg. of screen to and including cursor pos.
[x;2J     erases entire screen.
[xK       erases cursor pos to end of line. x<> 0,1,2
[x;0K     erases cursor pos to end of line.
[x;1K     erases beg. of line to and including cursor pos.
[x;2K     erases entire current line.
[xX       erases cursor pos and next x chars.
[t;br     sets lines from t to b as a scroll region.
[r        turns off scroll region.

 Character Attributes on VT220 terminals.

[0m    All attributes off
[1m    Intensity  only on
[4m    Underscore only on
[5m    Blinking   only on
[7m    Reverse    only on
[22m   Intensity  only off
[24m   Underscore only off
[25m   Blinking   only off
[27m   Reverse    only off

 To turn on several things at once, separate them by semicolons. eg:

 [22;7m 

 turns intensity off and reverse video on at the same time, but will not 
 affect other attributes.

 Single Height letters
#5string       prints string in single width.
#6string       prints string in double width.
#3topstring    prints top half of double-height string*
#4botstring    prints bot half of double-height string*
                             *Top and bottom strings must be identical.

***************************************

now back to me.....here some I'd like to add.....

  ** COLORS (my personal favorite) ***

[3#m	(where "#" is a number from 0 - 7) This changes the TEXT color
[4#m	(where "#" is a number from 0 - 7) This changes the BACKGROUND colors

Colors:
Foreground                      Background
30 black                         40 black
31 red                           41 red
32 green                         42 green
33 yellow                        43 yellow
34 blue                          44 blue
35 magenta                       45 magenta
36 cyan                          46 cyan
37 white                         47 white

----------------------------------------------

Finally, after making the animation you must know how to view it.  
(replace "fiename.vt" with the animation name)

UNIX:		cat filename.vt	

VAX:		type filename.vt

DOS:		type filename.vt
	NOTE: In DOS it is required that ansi.sys is loaded with the command:
		DEVICE = C:\DOS\ANSI.SYS
	      in your CONFIG.SYS file.





--
 \      oo ======================================================___n___
  \____|\mm    Joseph Larson  ||        "CARPE FEMME"            |__|__|    
  //_//\ \_\      J(O/SE)^ph  ||       seize the women!          |[]|[]|
 /K-9/  \/_/  jla...@mosquito.frcc.cccoes.edu (gotta love it!)  |[]|[]|
/___/_____\   -------------------------------------------------  |[]|[]|
    "Tardis Express: when it has to be there before you send it."=======

If you know how to draw color email in Unix/Pine, could you kindly send 
it to me also?

Me too please. 


To enter the colours in emacs type ctrl q, then ctrl [, this should give
you ^[ Then type [36m So altogether it looks like ^[[36m this makes the text
colour cyan.

The colours are as follows:

        Fore    (cols)  Back            Extras
        Ground          Ground
        ----------------------          -----------------
        30      Black   40              0       Normal
        31      Red     41              1       Bold
        32      Green   42              2       ------
 	33      Yellow  43              3       ------
        34      Blue    44              4       Underline
        35      Magenta 45              5       Flash
        36      Cyan    46              6       ------
        37      White   47              7       Invert
        38      ------  48              8       ------
        39      ------  49              9       ------
                                        22      Bold only off
                                        24      Underline only off
                                        25      Flash only off
                                        27      Invert only off

To do more than one thing at once you need to seperate them by 
semi-colons

ie    ^[[36;5m

 This makes the foreground (or textcolour) cyan and turns the flashing 
on


okay,        

 I hope this is of some use to you.


   \~^~/                   IDD THE KID                  \oOo/
    o"o              E-mail:-ia...@coventry.ac.uk          o"o
 -oO(_)Oo-                                            -oO(_)Oo-

Related ASCII art in the Gallery

Explore these categories from our collection of 11,000+ artworks:

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art in 1996 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked. The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can. Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.

Report this message

Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.

Help classify this post