Re my previous post. I hate 'magic numbers' in code. You might find below of use
to make the code more readable (for Microsoft console).
Code:
#define CON_SL_TL 218 //Single top left
#define CON_SL_TR 191 //Single top right
#define CON_SL_BL 192 //Single bottom left
#define CON_SL_BR 217 //Single bottom right
#define CON_SL_VERT 179 //Single vertical
#define CON_SL_HOR 196 //Single horizontal
#define CON_SL_LT 195 //Single left tee
#define CON_SL_RT 180 //Single right tee
#define CON_SL_TT 194 //Single top tee
#define CON_SL_BT 193 //Single bottom tee
#define CON_SL_X 197 //Single cross
Bookmarks