summaryrefslogtreecommitdiffstats
path: root/contrib/ncurses/menu/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/menu/menu.h')
-rw-r--r--contrib/ncurses/menu/menu.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/ncurses/menu/menu.h b/contrib/ncurses/menu/menu.h
index 8c12894..f0b1f60 100644
--- a/contrib/ncurses/menu/menu.h
+++ b/contrib/ncurses/menu/menu.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright (c) 1998,2000 Free Software Foundation, Inc. *
+ * Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -27,9 +27,11 @@
****************************************************************************/
/****************************************************************************
- * Author: Juergen Pfeifer <juergen.pfeifer@gmx.net> 1995,1997 *
+ * Author: Juergen Pfeifer, 1995,1997 *
****************************************************************************/
+/* $Id: menu.h,v 1.18 2003/11/08 20:48:24 tom Exp $ */
+
#ifndef ETI_MENU
#define ETI_MENU
@@ -76,7 +78,7 @@ typedef struct tagITEM
short x;
bool value; /* Selection value */
- struct tagITEM *left; /* neighbour items */
+ struct tagITEM *left; /* neighbor items */
struct tagITEM *right;
struct tagITEM *up;
struct tagITEM *down;
OpenPOWER on IntegriCloud