ProBoard HOWTO-05
Output tabs ('\t') in printf() and puts()

The problem is that ProBoard uses the '\t' escape sequence for the "Press
[Enter] to continue..." action (no prompt is shown, of course). Why did
Philippe chose that, I don't know. Some of us like to use tabs to format
the output, but I guess we qualify as the nearly extinct school of old C
programmers ;-) Anyway, if you need to use a tab, just print the appropriate
number of spaces. Sorry, I don't know of a better way. See the Fortune
Cookie for an example of this action. It filters the tabs from the text
file.

