X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fmenu_pattern.3x;h=04824472e946aff26141e6953f5376d767edb223;hp=50dee87a1e848d87f25c8aa42436a0cf81a1cce8;hb=cef50b3afcd58166f3541b701c97bce538844c76;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/man/menu_pattern.3x b/man/menu_pattern.3x index 50dee87a..04824472 100644 --- a/man/menu_pattern.3x +++ b/man/menu_pattern.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2003,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2008,2010 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 * @@ -26,10 +26,10 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: menu_pattern.3x,v 1.10 2006/11/04 18:25:24 tom Exp $ +.\" $Id: menu_pattern.3x,v 1.12 2010/07/31 16:08:48 tom Exp $ .TH menu_pattern 3X "" .SH NAME -\fBmenu_pattern\fR - get and set a menu's pattern buffer +\fBmenu_pattern\fR \- get and set a menu's pattern buffer .SH SYNOPSIS \fB#include \fR .br @@ -39,7 +39,7 @@ char *menu_pattern(const MENU *menu); .br .SH DESCRIPTION Every menu has an associated pattern match buffer. As input events that are -printable ASCII characters come in, they are appended to this match buffer +printable characters come in, they are appended to this match buffer and tested for a match, as described in \fBmenu_driver\fR(3X). .PP The function \fBset_menu_pattern\fR sets the pattern buffer for the given menu