Kazutaka YOKOTA 95bafc8f5a Fix and update for VESA BIOS support in syscons.
- Handle pixel (raster text) mode properly.
   - Clear screen and paint border right.
   - Paint text attribute (colors).
   - Fix off-by-one errors.
   - Add some sanity checks.
- Fix some function prototypes.
- Add some comment lines.
- Define generic text mode numbers so that the user can just give
  "80x25", "80x60", "132x25"..., rather than "VGA_xxx", to `vidcontrol'
  to change the current video mode.  `vidoio.c' and `vesa.c' will map
  these numbers to real video mode numbers appropriate and available
  with the given video hardware.  I believe this will be useful to make
  syscons more portable across archtectures.
1998-09-23 09:59:00 +00:00
..
1998-09-15 18:16:39 +00:00
1998-05-22 00:03:23 +00:00
1997-08-09 00:04:06 +00:00
1998-09-03 21:00:08 +00:00
1998-06-14 20:05:27 +00:00
1998-01-20 09:09:24 +00:00
1998-06-13 19:36:22 +00:00
1997-08-09 00:04:06 +00:00
1998-09-03 21:00:08 +00:00
1998-07-14 17:13:23 +00:00