Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Peter Norton Programmer's Guide - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  Although the ROM BIOS services for the PC let you move the cursor anywhere
  on the screen and basically give you full-screen control, the standard DOS
  services do not. In fact, the DOS screen output services are completely
  oriented to "glass teletype" output--output that encompasses only what can
  be done with a printer. This, of course, ignores the richer potential of a
  display screen. This lack of full-screen output in DOS forces most
  programs to bypass the DOS services and use lower-level services, such as
  the ROM BIOS services.

  The screen control commands of the ANSI driver remedy this situation by
  providing a set of full-screen commands that can be used to do nearly
  anything that the display screen is capable of doing. The commands include
  moving the cursor, clearing the screen, setting the display attributes
  (color, underscore, blinking, and so on), and changing the mode from text
  to graphics and vice versa. As an additional level of sophistication, some
  commands can save the current cursor location so that you can move the
  cursor to display information and then return it to its original position.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson