/// <summary> /// Throws away any typeahead that has been typed by the user and /// has not yet been read by the program. /// </summary> public static void FlushInput() { CursesMethods.flushinp(); }