Ejemplo n.º 1
0
 /// <summary>
 /// Saves the current terminal modes as the "shell" (out of curses) state
 /// for use by the <see cref="ResetShellMode"/> method.
 /// </summary>
 /// <remarks>
 /// This is done automatically by <see cref="InitScr"/>.
 /// </remarks>
 public static void SaveShellMode()
 {
     CursesMethods.def_shell_mode();
 }