hdt: Adjusting values to a match a default screen
authorErwan Velu <erwan.velu@free.fr>
Fri, 13 Feb 2009 12:15:17 +0000 (13:15 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 26 Feb 2009 04:58:40 +0000 (20:58 -0800)
menu/libmenu/menu.h

index b172620..35e2862 100644 (file)
@@ -84,9 +84,9 @@
 
 // Upper bounds on lengths
 // We copy the given string, so user can reuse the space used to store incoming arguments.
-#define MENULEN       80 // Each menu entry is atmost MENULEN chars
-#define STATLEN       80 // Maximum length of status string
-#define TITLELEN      80 // Maximum length of title string
+#define MENULEN       78 // Each menu entry is atmost MENULEN chars
+#define STATLEN       78 // Maximum length of status string
+#define TITLELEN      78 // Maximum length of title string
 #define ACTIONLEN     255 // Maximum length of an action string
 
 // Layout of menu