X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=list.h;h=d6389791fc4477c0012fdaf841c4771a9cd9aa71;hb=4128f78f5543bebc7cd1868736855207019f1f71;hp=8a92dc606ac9f1675a4dd61ab06c072fc9a08bc4;hpb=f16a3a0e70320b746a9bdafe71dffff4b5ec71d9;p=pkg%2Fabook.git diff --git a/list.h b/list.h index 8a92dc6..d638979 100644 --- 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