summaryrefslogtreecommitdiff
path: root/lib/libpanel/p_bottom.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpanel/p_bottom.c')
-rw-r--r--lib/libpanel/p_bottom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpanel/p_bottom.c b/lib/libpanel/p_bottom.c
index 608a6db87d0..5d4a2b4da48 100644
--- a/lib/libpanel/p_bottom.c
+++ b/lib/libpanel/p_bottom.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: p_bottom.c,v 1.4 2001/01/22 18:02:09 millert Exp $ */
+/* $OpenBSD: p_bottom.c,v 1.5 2001/02/28 22:58:53 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998,2000 Free Software Foundation, Inc. *
@@ -38,7 +38,7 @@
*/
#include "panel.priv.h"
-MODULE_ID("$From: p_bottom.c,v 1.8 2000/12/10 02:20:44 tom Exp $")
+MODULE_ID("$From: p_bottom.c,v 1.9 2001/02/24 23:46:33 tom Exp $")
NCURSES_EXPORT(int)
bottom_panel (PANEL *pan)
@@ -51,7 +51,7 @@ bottom_panel (PANEL *pan)
dBug(("--> bottom_panel %s", USER_PTR(pan->user)));
- HIDE_PANEL(pan,err,FALSE);
+ HIDE_PANEL(pan,err,OK);
assert(_nc_bottom_panel == _nc_stdscr_pseudo_panel);
dStack("<lb%d>",1,pan);