X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=menu%2Fmenu.h;h=112818302d0ed32e2ed4c5a62d696dd24c434ac8;hp=4eeac018bdb36f4b0198f0cdb12993c2d20df7c6;hb=7af63696972b12659832a1c3413d9ace9641c8f6;hpb=fc79b49bd8a9c5e4db287514cdac46e1691cf48a diff --git a/menu/menu.h b/menu/menu.h index 4eeac018..11281830 100644 --- a/menu/menu.h +++ b/menu/menu.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * + * Copyright (c) 1998-2009,2016 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 * @@ -30,7 +30,7 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: menu.h,v 1.20 2009/04/05 00:28:07 tom Exp $ */ +/* $Id: menu.h,v 1.21 2016/03/26 21:52:08 tom Exp $ */ #ifndef ETI_MENU #define ETI_MENU @@ -56,6 +56,7 @@ typedef int Item_Options; #define O_IGNORECASE (0x08) #define O_SHOWMATCH (0x10) #define O_NONCYCLIC (0x20) +#define O_MOUSE_MENU (0x40) /* Item options: */ #define O_SELECTABLE (0x01)