]> git.deb.at Git - pkg/abook.git/blobdiff - edit.h
- remove trailing whitespaces
[pkg/abook.git] / edit.h
diff --git a/edit.h b/edit.h
index 1b8c8f609b50725d5e4b1946b9dc9b8fcbf6546c..5a8db0735b30fb5c58d65e822625173bdbe4a82d 100644 (file)
--- a/edit.h
+++ b/edit.h
@@ -12,17 +12,24 @@ void                add_item();
 
 #define EDITOR_HELPLINE        "?:help c:contact a:address p:phone o:other"
 
-#define TABLINE                2
+#define TABLINE                1
+
+#define MAX_TAB_FIELDS 7
+
+#define TAB_COLON_POS  28
+#define FIELDS_START_Y 4
+#define FIELDS_START_X 4
 
 enum {
        TAB_CONTACT,
        TAB_ADDRESS,
        TAB_PHONE,
-       TAB_OTHER
+       TAB_OTHER,
+       TAB_CUSTOM
 };
 
-#define MAX_TAB                TAB_OTHER
-       
+#define MAX_TAB                TAB_CUSTOM
+
 #define TABS           (MAX_TAB+1)
 
 #endif