Home
last modified time | relevance | path

Searched refs:SCROLLEND (Results 1 – 3 of 3) sorted by relevance

/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Dtextedit.h142 enum { SCROLLEND = INT_MAX }; enumerator
164 …cx(0), cy(0), mx(-1), my(-1), maxx(-1), maxy(-1), scrolly(mode==EDITORREADONLY ? SCROLLEND : 0), l… in mode()
621 if(starty == SCROLLEND) // fix scrolly so that <cx, cy> is always on screen
H A Dui.cpp720 int oldpos = e->scrolly == editor::SCROLLEND ? slines : e->scrolly, newpos = oldpos; in field_()
725 … e->scrolly = e->mode == EDITORREADONLY && newpos >= slines ? editor::SCROLLEND : newpos; in field_()
1465 if(e->scrolly != editor::SCROLLEND) e->scrolly = max(e->scrolly - n, 0); in editorline()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Dtextedit.h141 enum { SCROLLEND = INT_MAX }; enumerator
162 …cx(0), cy(0), mx(-1), my(-1), maxx(-1), maxy(-1), scrolly(mode==EDITORREADONLY ? SCROLLEND : 0), l… in editor()
609 if(starty == SCROLLEND) // fix scrolly so that <cx, cy> is always on screen in draw()