home *** CD-ROM | disk | FTP | other *** search
- Some kind of example. Rename this file to FDRN.COL to test it ...
- Press PgDN to see how to calculate the color-numbers ... .
-
- Note: you may specify the colors either decimal or hexadezimal. The
- hexadecimal notation requires a dollar-sign, e.g. $2e !
-
- Note: FDRN will start reading with the first line that starts with a
- valid numeric value and will end with the first blank line.
-
-
- $74 {0 F1-Window}
- 112 {1 press any ... listwindow: systemname/header}
- 11 {2 some messages}
- 13 {3 F1 in listwindow, helpscreen parameters}
- 2 {4 systemname in auto-patchmode before patching}
- 10 {5 systemname in auto-patchmode after patching}
- 15 {6 Headerline 2 ... some messages}
- 12 {7 Headerline 1, final message (found..) }
- 4 {8 lines on screen, "not-found nodewindow"}
- 5 {9 route-information window} {87}
- 4 {10 node-information window, nodenumber lookup, history lookup}
- $2f {11 node-information window, name lookup }
- $f {12 backgroundcolor for TEXT in the lookup windows}
- $71 {13 entry-number in history-list window}
- $74 {14 date and time in history-list window}
- $75 {15 sent-/rcvd bytes & additional line in history-list window}
- $5E {16 Cursorbar (histwin)}
- $5f {17 Cursorbar tagged (histwin)}
- $7E {18 Tagged entry marker (histwin)}
- 48 {19 Inputfield-Textattribute}
- 110 {20 input prompts}
- 59 {21 Logfile-window border and background}
- 48 {22 Logfile-window }
- 62 {23 Logfile-window RCVD}
- 63 {24 Logfile-window SENT}
- 52 {25 Logfile-window FREQ:}
- 206 {26 Logfile-window RCVD INCOMPLETE | TRANSFER ABORTED | UNABLE TO SEND}
- 190 {27 Logfile-window RESUMING}
- 58 {28 Logfile-window SYSOP}
- 112 {29 "Hot"-entry, younger than 20 minutes}
-
- ---------------------------------==( cut )==---------------------------------
- This are the default colors for FDRN:
-
- 112 {0 F1-Window}
- 31 {1 press any ... listwindow: systemname/header}
- 12 {2 some messages}
- 11 {3 F1 in listwindow, helpscreen parameters}
- 2 {4 systemname in auto-patchmode before patching}
- 10 {5 systemname in auto-patchmode after patching}
- 15 {6 Headerline 2 ... some messages}
- 14 {7 Headerline 1, final message (found..) }
- 4 {8 lines on screen, "not-found nodewindow"}
- 79 {9 route-information window}
- 31 {10 node-information window, nodenumber lookup, history lookup}
- 94 {11 node-information window, name lookup, tag-window}
- 7 {12 backgroundcolor for TEXT in the lookup windows}
- 27 {13 entry-number in history-list window}
- 23 {14 date and time in history-list window}
- 19 {15 sent-/rcvd bytes & additional line in history-list window}
- 112 {16 Cursorbar (histwin)}
- 62 {17 Cursorbar tagged (histwin)}
- 156 {18 Tagged entry marker (histwin)}
- 32 {19 Inputfield-Textattribute}
- 95 {20 input prompts}
- 10 {21 Logfile-window border and background}
- 3 {22 Logfile-window }
- 14 {23 Logfile-window RCVD}
- 15 {24 Logfile-window SENT}
- 13 {25 Logfile-window FREQ:}
- 203 {26 Logfile-window RCVD INCOMPLETE}
- 142 {27 Logfile-window RESUMING}
- 6 {28 Logfile-window SYSOP}
- 74 {29 "Hot"-entry, younger than 20 minutes}
-
- ---------------------------------==( cut )==---------------------------------
- How to calculate a color-code:
- ------------------------------
-
- First the plain color-codes:
-
- Valid for foreground *and* background:
-
- Black = 0 Blue = 1 Green = 2 Cyan = 3
- Red = 4 Magenta = 5 Brown = 6 LightGray = 7
-
- Valid for foreground only:
-
- DarkGray = 8 LightBlue = 9 LightGreen = 10 LightCyan = 11
- LightRed = 12 LightMagenta = 13 Yellow = 14 White = 15
-
- Step 1: take your background-color and multiply it by 16.
- Step 2: add the foreground-color
- Step 3: if you want the color to blink <shubber> add 128
-
- Example: you want a color RED on LIGHTGRAY => (7 * 16) + 4 = 116
- you want a color LIGHTMAGENTA on MAGENTA => (5 * 16) +13 = 93
-