summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/fonts.dir
Commit message (Collapse)AuthorAgeFilesLines
* Correct font names. Now, how on earth did this work on my system?tg2001-07-261-3/+3
|
* Rewrite video emulation. Features:tg2001-07-241-2/+4
| | | | | | | | | | | | | | | | | - slightly more accurate VGA hardware emulation; - more int 10 functions, especially wrt to palette handling; - first shot at graphics support; - mode switching. Bugs: - graphics too slow; - only 16 color modes work for now; - works only under X, and only with 16 bit TrueColor visuals; - far from being genuinely useful (I can play an old EGA game now, though (mahjongg.exe)). Also, the code has been cleaned up a bit (more to come in a separate commit).
* Install a VGA font for the X11 mode. Use a line liketg2000-06-231-0/+2
xset fp+ /usr/libdata/doscmd/fonts in your .xsession to activate it. Document X11_FONT option in .doscmdrc. Open window if $DISPLAY is set.
OpenPOWER on IntegriCloud