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:
parent
09f07fb057
commit
11851b0ee1
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user