[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            set_cursor - sets cursor scan lines

  Syntax              #include <video.h>
                      set_cursor(h,l)

  Prototype in        video.h

  Remarks             sets the cursor scan lines via setcursor(), passing
                      h | l as the cursor scan code.

                      This function is a macro.

  Return value        nothing.

  See also            cursor_blink(), cursor_flip(), cursor_off(),
                      cursor_on(), getcursor(), read_cursor(),
                      setcursor()

  Example             #include <video.h>

                      main()
                      {
                           set_cursor(0,7);
                      }


See Also: getcursor() setcursor()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson