Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java2933 int toerase = DCEvars[0]; in putChar() local
2937 if (toerase == 0) { in putChar()
2938 toerase = 1; in putChar()
2940 if (toerase + C > columns) { in putChar()
2941 toerase = columns - C; in putChar()
2943 deleteArea(C, R, toerase, 1, attributes); in putChar()