FIXME in file /secure/user/inputsys.c line 178:

 work around driver bug with [0..<2] on alphas. it doesn't
 work for the last element

Code:
    if (sizeof(modal_stack)==1) modal_stack=({ }); else
	modal_stack = modal_stack[0..<2];

    /*
FIXME in file /secure/user/inputsys.c line 268:

 how to indicate passed?

Code:
    evaluate(info->input_func, str);
}

/*
FIXME in file /secure/user/inputsys.c line 356:

 prevents an admin from forcing themselves. need to think...

Code:
	//    if ( adminp(this_object()) )
	//        error("illegal force attempt.\n");

    set_this_player(this_object());
