Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : proto

Dir     : e17/proto/enterminus/src/bin


Modified Files:
        ui.c 


Log Message:
Malfunction...

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/ui.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- ui.c        28 Feb 2005 12:16:39 -0000      1.24
+++ ui.c        28 Feb 2005 12:19:46 -0000      1.25
@@ -337,7 +337,9 @@
    return 1;
 }
 
+/* FIXME!!! */
 void term_delete_lines(Term *term, int lines) {
+#if 0
    int a, b;
    a = term->scroll_region_start;
    b = term->scroll_in_region;
@@ -346,4 +348,5 @@
    term_scroll_up(term, lines);
    term->scroll_region_start = a;
    term->scroll_in_region = b;
+#endif
 }




-------------------------------------------------------
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