]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - form/llib-lformw
ncurses 5.9 - patch 20131214
[ncurses.git] / form / llib-lformw
index 30c24b56029e019c8e0dafabd706fcaa8657d47b..04cbe2b6e36c0ae91978113ddba6b52d02702d6d 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 2002-2005,2010 Free Software Foundation, Inc.              *
+ * Copyright (c) 2002-2010,2013 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            *
@@ -27,7 +27,7 @@
  ****************************************************************************/
 
 /****************************************************************************
- *  Author: Thomas E. Dickey                    2002-2005,2010              *
+ *  Author: Thomas E. Dickey           2002-on                              *
  ****************************************************************************/
 /* LINTLIBRARY */
 
@@ -494,6 +494,13 @@ int        form_driver(
                int     c)
                { return(*(int *)0); }
 
+#undef form_driver_w
+int    form_driver_w(
+               FORM    *form, 
+               int     type, 
+               wchar_t c)
+               { return(*(int *)0); }
+
 #undef set_field_buffer
 int    set_field_buffer(
                FIELD   *field,