Beispiel #1
0
/* Text to be displayed if ^C during intro screen */
static void s2choose()
{
    cursor(1, 24);
    lprcat("Prees ");
    setbold();
    lprcat("return");
    resetbold();
    lprcat(" to continue: ");
    lflush();
}
Beispiel #2
0
static void
s2choose(void)	/* text to be displayed if ^C during intro screen */
{
	cursor(1, 24);
	lprcat("Press ");
	setbold();
	lprcat("return");
	resetbold();
	lprcat(" to continue: ");
	lflush();
}