Skip to content
Snippets Groups Projects
Commit f83bd9ed authored by rswindell's avatar rswindell
Browse files

Lower the minimum number of screen lines (rows) from 10 to 8 to accommodate

the Amstrad NC100. Someone make a YouTube video, using one of these as a BBS
client to logon and use a Synchronet BBS! That'd be awesome.
parent 425ae519
No related branches found
No related tags found
No related merge requests found
...@@ -693,7 +693,7 @@ typedef enum { /* Values for xtrn_t.event */ ...@@ -693,7 +693,7 @@ typedef enum { /* Values for xtrn_t.event */
#define TERM_COLS_MIN 40 #define TERM_COLS_MIN 40
#define TERM_COLS_MAX 255 #define TERM_COLS_MAX 255
#define TERM_COLS_DEFAULT 80 #define TERM_COLS_DEFAULT 80
#define TERM_ROWS_MIN 10 #define TERM_ROWS_MIN 8 // Amstrad NC100 has an 8-line display
#define TERM_ROWS_MAX 255 #define TERM_ROWS_MAX 255
#define TERM_ROWS_DEFAULT 24 #define TERM_ROWS_DEFAULT 24
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment