Re: [Lynx-dev] ANN: lynx2.8.9dev.18

2018-05-08 Thread Gisle Vanem

Another problem that has surfaced yet again [1]
(compiling the djgpp version):
  LYForms.c: In function 'form_getstr':
  LYForms.c:424:38: error: 'FieldEditor {aka struct }' has no member 
named 'efWide'; did you mean 'efWidth'?
if (!(edit->efBufInUse >= edit->efWide &&
^~
efWidth

--- a/src/LYForms.c 2015-12-15 01:32:45
+++ b/src/LYForms.c 2018-05-08 10:45:10
@@ -421,10 +421,10 @@
LastTFPos < (int) edit->efBufInUse) {
 #if defined(TEXTFIELDS_MAY_NEED_ACTIVATION) && defined(INACTIVE_INPUT_STYLE_VH)
if (redraw_only) {
-   if (!(edit->efBufInUse >= edit->efWide &&
- LastTFPos >= edit->efWide - edit->efPanMargin)) {
+   if (!(edit->efBufInUse >= edit->efWidth &&
+ LastTFPos >= edit->efWidth - edit->efPanMargin)) {
edit->efEditAt = LastTFPos;
-   if (edit->efBufInUse >= edit->efWide)
+   if (edit->efBufInUse >= edit->efWidth)
textinput_redrawn = FALSE;
}
} else

[1] http://lists.nongnu.org/archive/html/lynx-dev/2015-01/msg00015.html

--
--gv

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev


Re: [Lynx-dev] ANN: lynx2.8.9dev.18

2018-05-06 Thread Thorsten Glaser
Thomas Dickey dixit:

>* ignore content-encoding in HTContentToCompressType() if the content-type is
>  known, to improve the suggested filename (report by Russell Bell) -TD

Thanks!

>* modify HTDoConnect(), adding a check for keyboard interrupt with 'z' in the
>  select-loop -TD

Thanks!

>* modify legacy feature from Lynx 2.7.2 which checks the hostname of a URI
>  to guess whether to use HTTP, FTP, etc., depending upon the prefix of the
>  URIs hostname.  This is now an optional feature, GUESS_SCHEME, which defaults
>  to FALSE (Debian #893907) -TD

Thanks!!!

bye,
//mirabilos
-- 
> Wish I had pine to hand :-( I'll give lynx a try, thanks.

Michael Schmitz on nntp://news.gmane.org/gmane.linux.debian.ports.68k
a.k.a. {news.gmane.org/nntp}#news.gmane.linux.debian.ports.68k in pine

___
Lynx-dev mailing list
Lynx-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lynx-dev