refresh screen before processing menus.

This commit is contained in:
grant 2002-07-27 10:02:50 +00:00
parent 8136155741
commit 32c14ac1fc

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.27 2002/06/06 09:53:22 lukem Exp $ */
/* $NetBSD: main.c,v 1.28 2002/07/27 10:02:50 grant Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -149,6 +149,10 @@ main(argc, argv)
(void)signal(SIGQUIT, ttysighandler);
(void)signal(SIGHUP, miscsighandler);
/* redraw screen */
touchwin(stdscr);
refresh();
/* Menu processing */
process_menu(MENU_netbsd);