Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java222 NextScn = new String[4]; in vt320()
230 NextScn[0] = NextScn[1] = NextScn[2] = NextScn[3] = "\u001b[6~"; in vt320()
498 NextScn[i] = unEscape(res); in setKeyCodes()
586 NextScn[0] = NextScn[1] = NextScn[2] = NextScn[3] = "\u001b[G"; in setTerminalID()
827 private String KeyHome[], KeyEnd[], Insert[], Remove[], PrevScn[], NextScn[]; field in vt320
1023 writeSpecial(NextScn[xind]); in keyPressed()