/// <summary> /// Saves the current terminal modes as the "program" (in curses) state /// for use by the <see cref="ResetProgramMode"/> method. /// </summary> /// <remarks> /// This is done automatically by <see cref="InitScr"/>. /// </remarks> public static void SaveProgramMode() { CursesMethods.def_prog_mode(); }