lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Small patches for lynx2.8.9dev.16


From: Juan Manuel Guerrero
Subject: Re: [Lynx-dev] Small patches for lynx2.8.9dev.16
Date: Wed, 30 Aug 2017 01:33:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7

Am 29.08.2017 06:51, schrieb address@hidden:
The issue is that resize_term_WinPDC is compiled also by some compilers
that are not windows compilers.  I would suggest a small modification
like the patch below.  After this change everthing compiled and
worked flawlessly for me.

Thanks again for your nice comment.
These three functions were surrounded by #ifdef USE_MAXSCREEN_TOGGLE, and 
USE_MAXSCREEN_TOGGLE is defined only in Windows environment.
     int resize_term_WinPDC(int nlines, int ncols)
     void maxmizeWindowSize(void)
     void recoverWindowSize(void)
But
     void start_curses(void)
is a function for all environments, so I updated a patch.
It is a replacement of lynx.patch_for_289dev16-9.


Thank you for the explanation and the new patch.  Now everything works for me.

Regards,
Juan M. Guerrero



reply via email to

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