On Fri, Jan 25, 2013 at 6:29 AM, Enlightenment SVN <[email protected]> wrote: > Log: > terminology: fix clear screen
Oh, that was it ! Thanks, I couldn't locate that one ! > Author: billiob > Date: 2013-01-24 13:29:49 -0800 (Thu, 24 Jan 2013) > New Revision: 83309 > Trac: http://trac.enlightenment.org/e/changeset/83309 > > Modified: > trunk/terminology/src/bin/termptyops.c > > Modified: trunk/terminology/src/bin/termptyops.c > =================================================================== > --- trunk/terminology/src/bin/termptyops.c 2013-01-24 21:06:41 UTC (rev > 83308) > +++ trunk/terminology/src/bin/termptyops.c 2013-01-24 21:29:49 UTC (rev > 83309) > @@ -288,7 +288,9 @@ > if (ty->state.cy < (ty->h - 1)) > { > cells = &(TERMPTY_SCREEN(ty, 0, (ty->state.cy + 1))); > - _text_clear(ty, cells, ty->w * (ty->h - ty->state.cy - 1), 0, > EINA_TRUE); > + _text_clear(ty, cells, > + ty->w * (ty->h - ty->circular_offset - 1 - > ty->state.cy), > + 0, EINA_TRUE); > } > break; > case TERMPTY_CLR_BEGIN: > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > -- Cedric BAIL ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
