Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/enterminus/src/bin


Modified Files:
        term.c 


Log Message:
massive speed up

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/term.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- term.c      8 Feb 2005 11:45:58 -0000       1.8
+++ term.c      11 Feb 2005 13:14:55 -0000      1.9
@@ -208,7 +208,7 @@
    term->font.height = term_font_get_height(term);
    term->title = NULL;
    evas_font_path_append(term->evas, term->font.path);
-   ecore_timer_add(0.1, term_timers, term);            
+   ecore_timer_add(0.01, term_timers, term);            
    execute_command(term);//, argc, argv);  
    term->cmd_fd.ecore =  ecore_main_fd_handler_add(term->cmd_fd.sys,
                                                   ECORE_FD_READ,




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to