Hola!
En su dia (hace tiempo ya)., escribi en esta BBS que en ESP.MSX de Fido Net escribiria un mini tuto de como escribir en colores.
Lo vuelvo a poner aqui.
Un saludo!
Hola!
Pongo aqui un mini tuto para escribir en colores hacia cualquier BBS que soporte ANSI color.
Es bastante sencillo, basta con poner el simbolo PIPE (|) y despues el codigo del color para FOREGROUND o BACKGROUND.
Por ejemplo:
*|*15MSX escribiria msx BLANCO sobre el fondo que haya. (quitar los *). *|*17*|*15MSX escribiria msx BLANCO sobre fondo azul. (quitar los *).
Mas abajo os dejo una lista completa con los codigos de los colores.
-------------------------------------------------------------------------
A.3 COLOR CHANGING CODES (PIPE COLOR CODES)
-------------------------------------------------------------------------
The typical pipe format of <pipe>## where ## is one of the following:
00 : Sets the current foreground to Black
01 : Sets the current foreground to Dark Blue
02 : Sets the current foreground to Dark Green
03 : Sets the current foreground to Dark Cyan
04 : Sets the current foreground to Dark Red
05 : Sets the current foreground to Dark Magenta
06 : Sets the current foreground to Brown
07 : Sets the current foreground to Grey
08 : Sets the current foreground to Dark Grey
09 : Sets the current foreground to Light Blue
10 : Sets the current foreground to Light Green
11 : Sets the current foreground to Light Cyan
12 : Sets the current foreground to Light Red
13 : Sets the current foreground to Light Magenta
14 : Sets the current foreground to Yellow
15 : Sets the current foreground to White
16 : Sets the current background to Black
17 : Sets the current background to Blue
18 : Sets the current background to Green
19 : Sets the current background to Cyan
20 : Sets the current background to Red
21 : Sets the current background to Magenta
22 : Sets the current background to Brown
23 : Sets the current background to Grey