Please add parenthesis :)

2012/10/6 Enlightenment SVN <[email protected]>

> Log:
> terminology: fix vim issue
>
> Author:       billiob
> Date:         2012-10-06 13:23:20 -0700 (Sat, 06 Oct 2012)
> New Revision: 77549
> Trac:         http://trac.enlightenment.org/e/changeset/77549
>
> Modified:
>   trunk/terminology/src/bin/termptyops.c
>
> Modified: trunk/terminology/src/bin/termptyops.c
> ===================================================================
> --- trunk/terminology/src/bin/termptyops.c      2012-10-06 17:10:58 UTC
> (rev 77548)
> +++ trunk/terminology/src/bin/termptyops.c      2012-10-06 20:23:20 UTC
> (rev 77549)
> @@ -127,7 +127,7 @@
>     int e = ty->h;
>
>     if (ty->state.scroll_y2 != 0) e = ty->state.scroll_y2;
> -   if (ty->state.cy >= e)
> +   if (ty->state.cy >= e && ty->state.cy >= ty->h)
>       {
>          _termpty_text_scroll(ty);
>          ty->state.cy = e - 1;
>
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Michaël Bouchaud (yoz) <[email protected]>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to