Updated lines/cols definitions

This commit is contained in:
Michiel Broek
2001-12-02 17:10:49 +00:00
parent 48a59cf71a
commit b3e75eb94c
5 changed files with 63 additions and 14 deletions

View File

@@ -151,8 +151,12 @@
#define KEY_PGDN 209
#ifndef LINES
#define LINES 24
#endif
#ifndef COLS
#define COLS 80
#endif
/*

View File

@@ -31,7 +31,6 @@
#ifndef _MBSE_H
#define _MBSE_H
#define LINES 24 /* Lines for MoreFile */
#define LANG 500 /* Amount of Language Entries */