Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| util:ans2asc [2015/11/05 10:39] – Fix See Also, added comment about Ctrl-AE code. digital man | util:ans2asc [2026/01/27 18:43] (current) – Updated with all the current options and details on SAUCE usage digital man | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| | 36m | C | Foreground cyan | Yes | | | 36m | C | Foreground cyan | Yes | | ||
| | 37m | W | Foreground white | Yes | | | 37m | W | Foreground white | Yes | | ||
| - | | 40m | 0 | Foreground | + | | 40m | 0 | Background |
| - | | 41m | 1 | Foreground | + | | 41m | 1 | Background |
| - | | 42m | 2 | Foreground | + | | 42m | 2 | Background |
| - | | 43m | 3 | Foreground | + | | 43m | 3 | Background |
| - | | 44m | 4 | Foreground | + | | 44m | 4 | Background |
| - | | 45m | 5 | Foreground | + | | 45m | 5 | Background |
| - | | 46m | 6 | Foreground | + | | 46m | 6 | Background |
| - | | 47m | 7 | Foreground | + | | 47m | 7 | Background |
| ===== Options ===== | ===== Options ===== | ||
| Line 70: | Line 70: | ||
| ANS2ASC has the following command-line options: | ANS2ASC has the following command-line options: | ||
| - | | -clear | Insert | + | | -ice | treat blink as bright-background (iCE colors) | |
| - | | -pause | Append | + | | -< |
| - | | -delay <value> | Interval (in bytes) to insert a 1/10th second delay code - lower numbers equal " | + | | -normal |
| + | | -newline | ||
| + | | -clear | ||
| + | | -pause | ||
| + | | -space | ||
| + | | -esc | use C-style string literal escaping of control and CP437 chars | | ||
| + | | -delay <int> | insert a 1/10th second delay code at output byte interval (lower interval values result in more delays, slower display) | ||
| + | |||
| + | ==== SAUCE ==== | ||
| + | |||
| + | The '' | ||
| ===== Animation ===== | ===== Animation ===== | ||
| Line 78: | Line 88: | ||
| In general, animated ANSI files cannot be converted to equivalent Ctrl-A files. Only cursor positioning ANSI sequences which can be converted to non-ANSI equivalents (e.g. cursor-right or cursor-down positioning) may be converted to Ctrl-A codes. If you see the following warning message from ANS2ASC, that indicates that you most likely are trying to convert an ANSI file with unsupported animation sequences: | In general, animated ANSI files cannot be converted to equivalent Ctrl-A files. Only cursor positioning ANSI sequences which can be converted to non-ANSI equivalents (e.g. cursor-right or cursor-down positioning) may be converted to Ctrl-A codes. If you see the following warning message from ANS2ASC, that indicates that you most likely are trying to convert an ANSI file with unsupported animation sequences: | ||
| Unsupported ANSI code ' | Unsupported ANSI code ' | ||
| + | | ||
| + | However, unsupported color codes aren't usually an issue: | ||
| + | Unsupported ANSI code ' | ||
| Some ANSI editing programs will save ANSI files with unsupported cursor positioning sequences by default. To avoid saving unsupported cursor positioning sequences when using the **TheDraw**, | Some ANSI editing programs will save ANSI files with unsupported cursor positioning sequences by default. To avoid saving unsupported cursor positioning sequences when using the **TheDraw**, | ||