-
Notifications
You must be signed in to change notification settings - Fork 64
Output doesn't mark italics, bold, monospace #49
Comments
I'm not sure what you're suggesting here. |
IF games can use formatting styles like bold, italics and monospace that don't seem to be included in dfrotz's output. I am suggesting that there be a flag that, when enabled, causes dfrotz to output formatting markers to identify bold, italics and monospace stylings for a script reading cout to format for other platforms. |
I see now. I think I can do that. |
What sort of formatting markers are you expecting? Something like this?
|
Like I said in the first post, the same ones used by IRC would suffice. That is, |
To clarify, I feel that tags like |
As dumbfrotz purely outputs to console, I would assume stylings for italics, bold and monospace would be stripped.
Given its uses in places where such stylings are possible (e.g. IRC, Discord, Slack), it would be useful if there were a flag that caused outputs to include them.
Formatting could use the characters used in most IRC clients or ANSI escape codes (although the latter does not seem to have any support for monospace styling, given the nature of CLIs).
The text was updated successfully, but these errors were encountered: