summaryrefslogtreecommitdiff
path: root/com32/hdt/hdt-common.h
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-11-26 16:48:35 +0100
committerErwan Velu <erwan.velu@free.fr>2009-12-04 10:11:13 +0100
commit6496dd86e71c865832f42d9bff0062415a288a84 (patch)
tree4a6d5da33246a9b33b2fbdd78a37ea30841842fe /com32/hdt/hdt-common.h
parentfe290baf3c7c294e3fa200279169b44791a34b45 (diff)
downloadsyslinux-6496dd86e71c865832f42d9bff0062415a288a84.tar.gz
hdt: Adding novesa for future use
Impact: none In a close future, as vesa will be enabled by default, let's anticipate the novesa command
Diffstat (limited to 'com32/hdt/hdt-common.h')
-rw-r--r--com32/hdt/hdt-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/com32/hdt/hdt-common.h b/com32/hdt/hdt-common.h
index 6001df26..e04ab720 100644
--- a/com32/hdt/hdt-common.h
+++ b/com32/hdt/hdt-common.h
@@ -72,6 +72,10 @@
/* Graphic to load in background when using the vesa mode */
#define CLI_DEFAULT_BACKGROUND "backgnd.png"
+/* The maximum number of lines */
+#define MAX_CLI_LINES 20
+#define MAX_VESA_CLI_LINES 24
+
/* Defines if the cli is quiet*/
bool quiet;