Change this if it's too ugly.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1346 c06c8d41-db1a-0410-9941-cceddc491573
3SVWI6KK6IFQ6SB6L3TIC7QIGDITU5QLVAG5C7X57HH75ZHW7T2AC
NXVPOFYKJFWQWKVPQUMWH2Y2KJEZX44BUOBFJ4JD4KFGPEGYHG4QC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
void show_skills(void);
void show_skills();
void show_skills(void)
void show_skills()
cprintf( "You have %d points of unallocated experience (cost lvl %d; total %d)." EOL EOL,
cprintf( "You have %d points of unallocated experience " " (cost lvl %d; total %d)." EOL EOL,
cprintf( "You have %d points of unallocated experience "
" (cost lvl %d; total %d)." EOL EOL,
char scrln = 3, scrcol = 1;
int scrln = 3, scrcol = 1;
textcolor(BLUE);
textcolor(RED);
cprintf("Press '!' to toggle between aptitude and progress display.");
formatted_string::parse_string("Press '!' to toggle between " "<blue>progress</blue> and " "<red>aptitude</red> " "display.").display();
formatted_string::parse_string("Press '!' to toggle between "
"<blue>progress</blue> and "
"<red>aptitude</red> "
"display.").display();
char get_thing;
int get_thing = getch();
get_thing = getch();