summaryrefslogtreecommitdiffstats
path: root/usr.bin/doscmd/tty.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)tg2001-08-141-1/+1
| | | | | | | when cursor is at the lower right corner. PR: 29574 29601 Submitted by: Nils M Holm <nmh@t3x.org>
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-081-1/+1
|
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.tg2001-08-071-2/+0
|
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-031-11/+14
|
* Rewrite video emulation. Features:tg2001-07-241-0/+68
- 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).
OpenPOWER on IntegriCloud