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.java221 NextScn = new String[4]; in vt320()
229 NextScn[0] = NextScn[1] = NextScn[2] = NextScn[3] = "\u001b[6~"; in vt320()
497 NextScn[i] = unEscape(res); in setKeyCodes()
585 NextScn[0] = NextScn[1] = NextScn[2] = NextScn[3] = "\u001b[G"; in setTerminalID()
826 private String KeyHome[], KeyEnd[], Insert[], Remove[], PrevScn[], NextScn[]; field in vt320
1022 writeSpecial(NextScn[xind]); in keyPressed()