lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev lycos page problem - patch (was: non-breaking space in input fo


From: Klaus Weide
Subject: lynx-dev lycos page problem - patch (was: non-breaking space in input forms)
Date: Tue, 15 Dec 1998 01:47:12 -0600 (CST)

This patch should work for 2.8.1rel.2 and the development code, but
I have only tested it with 2.8.1rel.2 and with a changed split_line
function (which I'll send later).  Please test whether it removes
the reported problem.

   Klaus

* Set TextAnchor's line_num in HText_beginInput, so that split_line
  can adjust the input field's position properly if a split moves it
  to the next line.  Should solve problem reported for www.lycos.com.
  

*** lynx2-8-1.orig/src/GridText.c       Wed Oct 14 07:23:56 1998
--- lynx2-8-1/src/GridText.c    Tue Dec 15 01:17:10 1998
***************
*** 6352,6357 ****
--- 6352,6358 ----
  
      a->start = text->chars + text->last_line->size;
      a->inUnderline = underline;
+     a->line_num = text->Lines;
      a->line_pos = text->last_line->size;
  
  
***************
*** 6711,6716 ****
--- 6712,6718 ----
             */
            HText_appendCharacter(text, '[');
        a->start = text->chars + text->last_line->size;
+       a->line_num = text->Lines;
        a->line_pos = text->last_line->size;
      }
  

reply via email to

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