Formatting change.

This commit is contained in:
Pavel Roskin 2002-12-26 15:16:04 +00:00
parent 1c9d69e2b3
commit f6bb0e1c2c

View File

@ -611,14 +611,15 @@ void init_curses (void)
}
#endif /* ! HAVE_SLANG */
void done_screen ()
{
if (!(quit & SUBSHELL_EXIT))
clr_scr ();
reset_shell_mode ();
mc_noraw_mode ();
keypad (stdscr, FALSE);
}
void
done_screen ()
{
if (!(quit & SUBSHELL_EXIT))
clr_scr ();
reset_shell_mode ();
mc_noraw_mode ();
keypad (stdscr, FALSE);
}
static void
panel_do_cols (int index)