Fix typo "promt"
This commit is contained in:
+1
-1
@@ -2660,7 +2660,7 @@ const char *prompt; /* prompt to for menu */
|
|||||||
/* Reverse the list so that items are in correct order. */
|
/* Reverse the list so that items are in correct order. */
|
||||||
cw->mlist = reverse(cw->mlist);
|
cw->mlist = reverse(cw->mlist);
|
||||||
|
|
||||||
/* Put the promt at the beginning of the menu. */
|
/* Put the prompt at the beginning of the menu. */
|
||||||
if (prompt) {
|
if (prompt) {
|
||||||
anything any;
|
anything any;
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ static BOOL can_append_text(HWND hWnd, int attr, const char *text);
|
|||||||
/* check if text can be appended to the last line without wrapping */
|
/* check if text can be appended to the last line without wrapping */
|
||||||
|
|
||||||
static BOOL more_prompt_check(HWND hWnd);
|
static BOOL more_prompt_check(HWND hWnd);
|
||||||
/* check if "--more--" promt needs to be displayed */
|
/* check if "--more--" prompt needs to be displayed */
|
||||||
|
|
||||||
#ifdef USER_SOUNDS
|
#ifdef USER_SOUNDS
|
||||||
extern void play_sound_for_message(const char *str);
|
extern void play_sound_for_message(const char *str);
|
||||||
@@ -796,7 +796,7 @@ can_append_text(HWND hWnd, int attr, const char *text)
|
|||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* check if "--more--" promt needs to be displayed
|
/* check if "--more--" prompt needs to be displayed
|
||||||
basically, check if the lines not seen are going to find in the message
|
basically, check if the lines not seen are going to find in the message
|
||||||
window
|
window
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user