From: ambar Date: Thu, 29 Oct 1987 01:19:17 +0000 (+0000) Subject: changes by wesommer (minor) X-Git-Tag: BETA5-24-88~40 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/76124208b338ffc67161fa661025c974729cc25e changes by wesommer (minor) --- diff --git a/clients/moira/menu.c b/clients/moira/menu.c index 7b1cd3b5..89e81c7b 100644 --- a/clients/moira/menu.c +++ b/clients/moira/menu.c @@ -363,7 +363,10 @@ int Prompt_input(prompt, buf, buflen) case CTL('L'): (void) wclear(cur_ms->ms_input); (void) waddstr(cur_ms->ms_input, prompt); + (void) touchwin(cur_ms->ms_screen); +#ifdef notdef (void) wrefresh(curscr); +#endif notdef getyx(cur_ms->ms_input, y, x); break; @@ -452,7 +455,7 @@ int Password_input(prompt, buf, buflen) case CTL('L'): (void) wclear(cur_ms->ms_input); (void) waddstr(cur_ms->ms_input, prompt); - (void) wrefresh(curscr); + refresh_ms(cur_ms); getyx(cur_ms->ms_input, y, x); break; case '\n':