on then display the coordinates of the cursor at the top of the screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7636 c06c8d41-db1a-0410-9941-cceddc491573
KB6YOFFJWTUTTOVT35VOQDVGLEX57BB3PWWZNJPA7YUNQIFUS54QC
JJULXW764V5C2HJKZNWQAEWB6QM5YZADD7ZCE35LYTBFEM6PMYCAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
25CH7HH4LKXFIZ75YNMXS3TSXO6O27DYSOPLOD45K4OCNFWLS4LQC
#endif
#ifdef WIZARD if (you.wizard) { cgotoxy(get_number_of_cols() / 2, 1); textcolor(WHITE); cprintf("(%d, %d)", start_x + curs_x - 1, start_y + curs_y - 1); textcolor(LIGHTGREY); cgotoxy(curs_x, curs_y + top - 1); }#endif // WIZARD#endif // USE_TILE
#ifdef WIZARD
if (you.wizard)
{
cgotoxy(get_number_of_cols() / 2, 1);
textcolor(WHITE);
cprintf("(%d, %d)", start_x + curs_x - 1,
start_y + curs_y - 1);
textcolor(LIGHTGREY);
cgotoxy(curs_x, curs_y + top - 1);
}
#endif // WIZARD
#endif // USE_TILE