4 void edit_item(int item);
5 void get_first_email(char *str, int item);
8 #define EDITW_COLS (COLS - 6)
9 #define EDITW_LINES (LINES - 5)
13 #define EDITOR_HELPLINE N_("?:help c:contact a:address p:phone o:other")
17 #define MAX_TAB_FIELDS 7
19 #define TAB_COLON_POS 28
20 #define FIELDS_START_Y 4
21 #define FIELDS_START_X 4
31 #define MAX_TAB TAB_CUSTOM
33 #define TABS (MAX_TAB+1)