lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV typos in comments


From: Nelson Henry Eric
Subject: LYNX-DEV typos in comments
Date: Tue, 24 Dec 1996 19:42:19 +0900 (JST)

No big deal since they're in comments, but FWIW.

__Henry

*** LYMail.c.orig       Tue Dec 24 19:28:41 1996
--- LYMail.c    Tue Dec 24 19:29:23 1996
***************
*** 502,508 ****
  #endif /* VMS */
  
      /*
!      *  Cear the screen and inform the user.
       */
      clear();
      move(2,0);
--- 502,508 ----
  #endif /* VMS */
  
      /*
!      *  Clear the screen and inform the user.
       */
      clear();
      move(2,0);
*** LYGlobalDefs.h.orig Tue Dec 24 19:34:47 1996
--- LYGlobalDefs.h      Tue Dec 24 19:35:20 1996
***************
*** 92,98 ****
  extern BOOLEAN LYShowCursor;   /* show the cursor or hide it */
  extern BOOLEAN LYCursesON;  /* start_curses()->TRUE, stop_curses()->FALSE */
  extern BOOLEAN LYUserSpecifiedURL;  /* URL from a goto or document? */
! extern BOOLEAN LYJumpFileURL;   /* URL from the jump file shorcuts? */
  extern BOOLEAN jump_buffer;     /* TRUE if offering default shortcut */
  extern BOOLEAN goto_buffer;     /* TRUE if offering default goto URL */
  extern char *LYRequestTitle;    /* newdoc.title in calls to getfile() */
--- 92,98 ----
  extern BOOLEAN LYShowCursor;   /* show the cursor or hide it */
  extern BOOLEAN LYCursesON;  /* start_curses()->TRUE, stop_curses()->FALSE */
  extern BOOLEAN LYUserSpecifiedURL;  /* URL from a goto or document? */
! extern BOOLEAN LYJumpFileURL;   /* URL from the jump file shortcuts? */
  extern BOOLEAN jump_buffer;     /* TRUE if offering default shortcut */
  extern BOOLEAN goto_buffer;     /* TRUE if offering default goto URL */
  extern char *LYRequestTitle;    /* newdoc.title in calls to getfile() */
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]