By raymond
Champion (394)
19-11-2019, 13:59
How can I use the special characters in for example C-programming. The characters I mean are the box drawing characters like:
┌─┬─┐ ├─┼─┤ └─┴─┘
By Wlcracks
Champion (326)
19-11-2019, 20:06
include "curses.h"
or
vt-100 escape codes
By Manuel
Ascended (15815)
19-11-2019, 20:57
Can't you just print by character code with printf? Using the hex value, for instance...
By NYYRIKKI
Enlighted (5396)
19-11-2019, 21:49
Sorry, I suck at C, but I think it should be something like:
printf("\n\x01X\x01W\x01R\x01W\x01Y\n\x01T\x01W\x01U\x01W\x01S\n\x01Z\x01W\x01Q\x01W\x01[\n");
Don't you have an account yet? Become an MSX-friend and register an account!
Register now