View Single Post
Old 09-28-2013, 09:58 AM   #101 (permalink)
Ardent
EcoModding Apprentice
 
Join Date: Jun 2010
Location: Virginia
Posts: 114
Thanks: 33
Thanked 56 Times in 38 Posts
Minor appearance preference, but I added a line clear to the screen label display section:
Code:
void doCursorUpdateMain(void) {
	doMainScreenDisplay(); // call the appropriate display routine
	printStatusHold(findStr(displayFuncNames, screenCursor[(unsigned int)(mainScreenIdx)])); // briefly display screen name
	gotoXY(0, 1);
	clrEOL();
}

  Reply With Quote