Kazutaka YOKOTA 5e7a62b28b Assorted bug fixes.
keyboard.c
- Call tcsetattr() in VGLKeyboardEnd() to restore tty, only when
  tty attributes have been previously saved.
  PR: misc/9524
  Submitted by: Katusyuki 'kei' Maeda (kei@nanet.co.jp)
- Set up the tty raw mode correctly.

main.c
- Restore VESA_800x600 raster text mode correctly in VGLEnd().
  Submitted by: des

text.c
- Allocate the correct size of a font buffer in VGLSetFontFile().
  I forgot the submitter ;-(

simple.c, bitmap.c
- Fix address calculation for the VGA mode X in VGLGetXY() and
  VGLBitmapCopy().
- Fix typo (dsty -> dstx) in __VGLBitmapCopy().

Reviewed by: sos
1999-08-22 03:31:13 +00:00
..
1999-07-16 06:59:27 +00:00
1999-08-15 09:51:25 +00:00
1999-07-01 20:48:59 +00:00
1999-08-20 17:37:22 +00:00
1999-08-15 09:51:25 +00:00
1999-03-02 22:53:24 +00:00
1998-12-27 15:04:33 +00:00
1999-08-20 18:32:45 +00:00
1998-12-27 15:04:33 +00:00
1999-04-25 22:29:30 +00:00
1999-08-22 03:31:13 +00:00