diff options
author | jkh <jkh@FreeBSD.org> | 1993-10-08 21:21:59 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-10-08 21:21:59 +0000 |
commit | 386f6d6a1c661b54936ebe549c9834d68cde6fb3 (patch) | |
tree | 5a8879c50bfa1794d26c20c27b1827076ae89b58 /sys/dev | |
parent | 4cea6b395d96b7a1365b9c60afb5ab028395acb6 (diff) | |
download | FreeBSD-src-386f6d6a1c661b54936ebe549c9834d68cde6fb3.zip FreeBSD-src-386f6d6a1c661b54936ebe549c9834d68cde6fb3.tar.gz |
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.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/syscons/syscons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 8e3023e..ac3f678 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -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" |