]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/edit_field.h
ncurses 5.9 - patch 20130608
[ncurses.git] / test / edit_field.h
index eacade37fb8d154ed3cbdc38982116fbae627c0d..701c4c81f52b938b1415a37cc38992c5bece8fd4 100644 (file)
@@ -26,7 +26,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: edit_field.h,v 1.6 2008/12/20 19:23:18 tom Exp $
+ * $Id: edit_field.h,v 1.8 2013/06/08 15:46:01 tom Exp $
  *
  * Interface of edit_field.c
  */
 
 typedef struct {
     chtype background;
+    int row_count;
+    int *row_lengths;
 } FieldAttrs;
 
+extern FieldAttrs *field_attrs(FIELD * field);
+extern void init_edit_field(FIELD * field, char *value);
 extern void help_edit_field(void);
 extern int edit_field(FORM * form, int *result);