Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java222 PrevScn = new String[4]; in vt320()
228 PrevScn[0] = PrevScn[1] = PrevScn[2] = PrevScn[3] = "\u001b[5~"; in vt320()
493 PrevScn[i] = unEscape(res); in setKeyCodes()
584 PrevScn[0] = PrevScn[1] = PrevScn[2] = PrevScn[3] = "\u001b[I"; in setTerminalID()
826 private String KeyHome[], KeyEnd[], Insert[], Remove[], PrevScn[], NextScn[]; field in vt320
1025 writeSpecial(PrevScn[xind]); in keyPressed()