X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Froutines.c;h=413baa345ea3cd0f1f8701fc56a34188c60ed764;hb=ca0714f168ab7cb7af8177e10941aa5c1fa3b09f;hp=ecbdc3cf579bd54d0621b967483a485c1bc7ae1b;hpb=15036e4105019af481eab5a053d54df4033d8d1d;p=citadel.git diff --git a/citadel/routines.c b/citadel/routines.c index ecbdc3cf5..413baa345 100644 --- a/citadel/routines.c +++ b/citadel/routines.c @@ -82,12 +82,12 @@ void hit_any_key(CtdlIPC *ipc) { /* hit any key to continue */ color(DIM_RED); scr_printf("%s\r", ipc->ServInfo.moreprompt); color(COLOR_POP); - sttybbs(0); + stty_ctdl(0); b=inkey(); for (a=0; aServInfo.moreprompt); ++a) scr_putc(' '); scr_putc(13); - sttybbs(1); + stty_ctdl(1); if ( (rc_prompt_control == 1) || ((rc_prompt_control == 3) && (userflags & US_PROMPTCTL)) ) { if (b == 'q' || b == 'Q' || b == 's' || b == 'S') @@ -401,7 +401,7 @@ void progress(CtdlIPC* ipc, unsigned long curr, unsigned long cmax) if (curr >= cmax) { sln_printf("\r%79s\r",""); - status_line(ipc->ServInfo.humannode, ipc->ServInfo.bbs_city, + status_line(ipc->ServInfo.humannode, ipc->ServInfo.site_location, room_name, secure, 0); } else { /* a will be range 0-50 rather than 0-100 */