TERM_NO_EDIT
current_term->flags = TERM_NO_EDIT | TERM_DUMB;
term_flags |= (TERM_NO_ECHO | TERM_NO_EDIT);
term_flags |= TERM_NO_EDIT;
current_term->flags & TERM_NO_EDIT ? " (no edit)" : "",
if (current_term->flags & (TERM_NO_ECHO | TERM_NO_EDIT))