#include "ded.h" /************************************************************************ * * * copyright Richard Bornat 1981 * * * ************************************************************************/ /* options currently available: * a - print out regular expression in build_re * b - disable hardware scrolling (setup only) * c - print out match statistics * d - print out dlog information * e - * f - disable hardware split/join (setup only) * g - * h - disable hardware insert/delete character (setup only) * * z - setup auxscreen and crash (tests size of ded) */ extern long d_opt; int set_dbug(opt) char opt; { if (opt<'a' || 'z'