X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=form%2Fllib-lformtw;h=a24dd1a484d86f3045edfe597be0dc0878659dcb;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hp=da8682cf2fbe6dce4ce5fb4489330e512359d16c;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98;p=ncurses.git diff --git a/form/llib-lformtw b/form/llib-lformtw index da8682cf..a24dd1a4 100644 --- a/form/llib-lformtw +++ b/form/llib-lformtw @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 2010-2013,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 2010-2015,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 * @@ -110,6 +111,11 @@ int set_current_field( FIELD *field) { return(*(int *)0); } +#undef unfocus_current_field +int unfocus_current_field( + FORM *const form) + { return(*(int *)0); } + #undef current_field FIELD *current_field( const FORM *form) @@ -458,6 +464,11 @@ int _nc_Synchronize_Options( Field_Options newopts) { return(*(int *)0); } +#undef _nc_Unset_Current_Field +void _nc_Unset_Current_Field( + FORM *form) + { /* void */ } + #undef _nc_Set_Current_Field int _nc_Set_Current_Field( FORM *form, @@ -808,8 +819,6 @@ FIELDTYPE *_nc_TYPE_IPV4(void) /* ./fty_num.c */ -#include - typedef struct { int precision; @@ -836,8 +845,6 @@ FIELDTYPE *_nc_TYPE_NUMERIC(void) /* ./fty_regex.c */ -#include - typedef struct { regex_t *pRegExp;