Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  ---------------------------------------------------------------------------
  wgotoeos                                                              WNDWC
  ---------------------------------------------------------------------------
  Function       Positions the cursor to match the EOS marker on both fixed
                 or virtual windows.
  Syntax         void wgotoeos(void);
  Remarks        The cursor is simply moved to match the position of the EOS
                 marker of the currently written video page.  tws.wswherer
                 and tws.wswherec are also updated.  For virtual windows,
                 this routine also calls vupdatecursor.
  Return value   None.
  Screens        All video pages and virtual screens.
  EOS            Unaltered.
  Restrictions   EOS should be within window limits.
  Example        Center a string in a window and place the cursor at the end
                 of the string:

                   wwritec( 1, "Correct (Y/N)? " );
                   wgotoeos();


See Also: weosr() weosc() weostorc() weosln() wgotorc() vupdatecursor()

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