]> git.deb.at Git - pkg/abook.git/blobdiff - edit.h
Don't handle extra_column/extra_alternative as numbers in abookrc
[pkg/abook.git] / edit.h
diff --git a/edit.h b/edit.h
index 1b8c8f609b50725d5e4b1946b9dc9b8fcbf6546c..d686f9d4291e545b9f852ac90f2e2a9f7f052746 100644 (file)
--- a/edit.h
+++ b/edit.h
@@ -14,6 +14,12 @@ void         add_item();
 
 #define TABLINE                2
 
+#define MAX_TAB_LINES  7
+
+#define TAB_COLON_POS  28
+#define TAB_START_Y    5
+#define TAB_START_X    (EDITW_COLS > 70 ? 8:4)
+
 enum {
        TAB_CONTACT,
        TAB_ADDRESS,