Hi, 
    I was looking at the ewl entry and noticed that the cursor did not always move to 
the correct position. 

I have a quick patch here. 

    Stafford 

Index: src/ewl_entry.c
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_entry.c,v
retrieving revision 1.62
diff -u -3 -r1.62 ewl_entry.c
--- src/ewl_entry.c     28 Jun 2003 06:50:32 -0000      1.62
+++ src/ewl_entry.c     12 Aug 2003 03:00:29 -0000
@@ -323,7 +323,7 @@
        index++;

        if (index > len)
-               index = len;
+               index = len + 1;
        ewl_cursor_set_base(EWL_CURSOR(e->cursor), index);

        ewl_widget_configure(w);


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to