Removed FAT_CURSOR as default since it breaks certain CGA displays

and it is better to conform to the lowest common denominator.
Those wishing to retain it can always use options FAT_CURSOR in
their config files.
This commit is contained in:
Jordan K. Hubbard 1993-10-08 21:21:59 +00:00
parent 09f07fb057
commit 11851b0ee1
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
*/
#define STAR_SAVER
#define FAT_CURSOR
/* #define FAT_CURSOR /* This breaks on some CGA displays */
#include "param.h"
#include "conf.h"

View File

@ -45,7 +45,7 @@
*/
#define STAR_SAVER
#define FAT_CURSOR
/* #define FAT_CURSOR /* This breaks on some CGA displays */
#include "param.h"
#include "conf.h"

View File

@ -45,7 +45,7 @@
*/
#define STAR_SAVER
#define FAT_CURSOR
/* #define FAT_CURSOR /* This breaks on some CGA displays */
#include "param.h"
#include "conf.h"