X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fform.h;h=dabe67642ec48b1fc5c1e41af6315b0cc4ac5c1e;hp=1d4c241d65af766048b208bb97ba6254db2e2c4c;hb=89730563d0a660d4ddd83d28660dc23c6d3f0bed;hpb=b93d96b78ac5250135975df892cee793dc3c0797 diff --git a/form/form.h b/form/form.h index 1d4c241d..dabe6764 100644 --- a/form/form.h +++ b/form/form.h @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. * + * Copyright 2018-2019,2020 Thomas E. Dickey * + * Copyright 1998-2016,2017 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 +31,7 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: form.h,v 0.28 2018/04/14 21:06:21 Leon.Winter Exp $ */ +/* $Id: form.h,v 0.30 2020/02/02 23:34:34 tom Exp $ */ #ifndef FORM_H #define FORM_H @@ -223,6 +224,7 @@ typedef void (*Form_Hook)(FORM *); #define O_DYNAMIC_JUSTIFY (0x0400U) /* ncurses extension */ #define O_NO_LEFT_STRIP (0x0800U) /* ncurses extension */ #define O_EDGE_INSERT_STAY (0x1000U) /* ncurses extension */ +#define O_INPUT_LIMIT (0x2000U) /* ncurses extension */ /* form options */ #define O_NL_OVERLOAD (0x0001U)