Xenobias I have always felt the next page output was extremely ugly and have attempted a cosmetic redo on my hobbie mud. Staying aware enough to leave myself a space or two at the bottom of each page for this output to appear in, uncluttered, is nice enough. But this minor change lets me see that output without grinding my teeth. in comm.c in: char *make_prompt(struct descriptor_data *d) find: "\r[ Return to continue, (q)uit, (r)efresh, (b)ack, or page number (d%/d%)]", replace with "\r[(Enter),(Q),(R),(B)_________________________________________or Page #(%d/%d)]", in modify.c near: else if (isdigit(*buf)) find: "Valid commands while paging are RETURN, Q, R, B, or a numeric value.\r\n", and replace with; "Valid commands while paging are ENTER, Q, R, B, or a numeric value.\r\n",