X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=form%2Fform.priv.h;h=e48a9f26e68af399e0bd9c8ccf8c6263304b82c2;hp=89ad07a2e927816169d3cb335bfea64e22d739b4;hb=9208e1bde56ebb9cc550fd93034f1d4650518b11;hpb=9c110809dcc6246cb01544e9cb6c709795697a1a diff --git a/form/form.priv.h b/form/form.priv.h index 89ad07a2..e48a9f26 100644 --- a/form/form.priv.h +++ b/form/form.priv.h @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2015,2016 Free Software Foundation, Inc. * + * Copyright (c) 1998-2017,2018 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,12 +30,15 @@ * Author: Juergen Pfeifer, 1995,1997 * ****************************************************************************/ -/* $Id: form.priv.h,v 0.41 2016/10/29 22:30:23 tom Exp $ */ +/* $Id: form.priv.h,v 0.43 2018/04/14 21:06:14 Leon.Winter Exp $ */ #ifndef FORM_PRIV_H #define FORM_PRIV_H 1 /* *INDENT-OFF*/ #include "curses.priv.h" + +#define NCURSES_OPAQUE_FORM 0 + #include "mf_common.h" #if USE_WIDEC_SUPPORT @@ -163,7 +166,8 @@ TypeArgument; #define ALL_FIELD_OPTS (Field_Options)( \ STD_FIELD_OPTS |\ O_DYNAMIC_JUSTIFY |\ - O_NO_LEFT_STRIP) + O_NO_LEFT_STRIP |\ + O_EDGE_INSERT_STAY) #define C_BLANK ' ' #define is_blank(c) ((c)==C_BLANK)