X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fform.h;h=05a7861af887ab29fc180ba39c91d077105eb4b4;hp=09856dc0f5fa8ce788e4be1bfd4dba3fbeb40396;hb=cfd9c6f8e5af24820fefbb789b7345d93b8ed837;hpb=fd1066cc97c836a67fa2623b6cf7ffd2ece39dc7 diff --git a/form/form.h b/form/form.h index 09856dc0..05a7861a 100644 --- a/form/form.h +++ b/form/form.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2013,2014 Free Software Foundation, Inc. * + * Copyright (c) 1998-2014,2015 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: form.h,v 0.24 2014/07/26 20:52:28 tom Exp $ */ +/* $Id: form.h,v 0.25 2015/11/28 20:13:39 Leon.Winter Exp $ */ #ifndef FORM_H #define FORM_H @@ -205,6 +205,7 @@ typedef void (*Form_Hook)(FORM *); #define O_PASSOK (0x0100U) #define O_STATIC (0x0200U) #define O_DYNAMIC_JUSTIFY (0x0400U) /* ncurses extension */ +#define O_NO_LEFT_STRIP (0x0800U) /* ncurses extension */ /* form options */ #define O_NL_OVERLOAD (0x0001U)