]> git.deb.at Git - pkg/abook.git/blobdiff - list.h
initial readline support
[pkg/abook.git] / list.h
diff --git a/list.h b/list.h
index 8a92dc606ac9f1675a4dd61ab06c072fc9a08bc4..d6389791fc4477c0012fdaf841c4771a9cd9aa71 100644 (file)
--- a/list.h
+++ b/list.h
@@ -30,7 +30,7 @@ enum {
 };
 
 #define LIST_TOP        3
-#define LIST_BOTTOM     (LINES-3)
+#define LIST_BOTTOM     (LINES-2)
 
 #define LIST_LINES     (LIST_BOTTOM-LIST_TOP)
 #define LIST_COLS      COLS