Home
last modified time | relevance | path

Searched refs:goldColorEscape (Results 1 – 2 of 2) sorted by relevance

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DMainMenu.c275 char goldColorEscape[10] = ""; in titleMenu() local
292 encodeMessageColor(goldColorEscape, 0, KEYBOARD_LABELS ? &itemMessageColor : &white); in titleMenu()
293 sprintf(newGameText, " %sN%sew Game ", goldColorEscape, whiteColorEscape); in titleMenu()
294 sprintf(customNewGameText, " %sN%sew Game (custom) ", goldColorEscape, whiteColorEscape); in titleMenu()
305 sprintf(buttons[b].text, " %sO%spen Game ", goldColorEscape, whiteColorEscape); in titleMenu()
311 sprintf(buttons[b].text, " %sV%siew Recording ", goldColorEscape, whiteColorEscape); in titleMenu()
317 sprintf(buttons[b].text, " %sH%sigh Scores ", goldColorEscape, whiteColorEscape); in titleMenu()
323 sprintf(buttons[b].text, " %sQ%suit ", goldColorEscape, whiteColorEscape); in titleMenu()
H A DIO.c5151 char textBuf[COLS * 100], goldColorEscape[5] = "", whiteColorEscape[5] = ""; in printCarriedItemDetails() local
5164 encodeMessageColor(goldColorEscape, 0, KEYBOARD_LABELS ? &yellow : &white); in printCarriedItemDetails()
5168 sprintf(buttons[b].text, " %sa%spply ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()
5174 sprintf(buttons[b].text, " %sr%semove ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()
5178 sprintf(buttons[b].text, " %se%squip ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()
5183 sprintf(buttons[b].text, " %sd%srop ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()
5187 sprintf(buttons[b].text, " %st%shrow ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()
5192 sprintf(buttons[b].text, " %sc%sall ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()
5198 sprintf(buttons[b].text, " %sR%selabel ", goldColorEscape, whiteColorEscape); in printCarriedItemDetails()