X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fmenu_pattern.3x;h=e63a9f73d84c5f948aec8a939ec563d6bd63d705;hp=50dee87a1e848d87f25c8aa42436a0cf81a1cce8;hb=6b96eb711cbf58da43002ff14b66d8a52c19a731;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/man/menu_pattern.3x b/man/menu_pattern.3x index 50dee87a..e63a9f73 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.13 2010/12/04 18:40:45 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 @@ -83,9 +83,3 @@ Version 7 or BSD versions. .SH AUTHORS Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: