X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=form%2Fllib-lform;h=b7f2acb0533293bc300bf45c8deab855e0ef13c9;hb=1b93a8aeaacc07de6d2aa08e658402b54446f064;hp=edfdabb056f34a37321b30f653cf84ebe039f426;hpb=4060536b87c0e484b2c0633978766a109bc763f0;p=ncurses.git diff --git a/form/llib-lform b/form/llib-lform index edfdabb0..b7f2acb0 100644 --- a/form/llib-lform +++ b/form/llib-lform @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2015 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-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,