lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Questions on your DOS Browser


From: T.E.Dickey
Subject: Re: lynx-dev Questions on your DOS Browser
Date: Fri, 17 Sep 1999 14:10:33 -0400 (EDT)

> The only part in the code that I know of that needs to have at least 22 
> lines in the display is in the option menu 
>  
> File: src/LYOptions.c Lines 179 - 201, here's an example: 
>  
>     if (LYlines < 22) { 
>         HTAlert(OPTION_SCREEN_NEEDS_22); 
>         return; 
>     } 
>  
> Is this part of the old code for the options menu? Is this necessary 
> anyway ? 

That's for the old-style options menu (it positions everything in one 24x80
screen).  He doesn't need it (the new form-based menu works).  
  
>  
> Eduardo 
> http://www.math.washington.edu/~chappa/personal.html 
>  


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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