Searched refs:termProp (Results 1 – 1 of 1) sorted by relevance
59 String termProp = System.getProperty("jline.terminal"); in setupTerminal() local61 if ((termProp != null) && (termProp.length() > 0)) { in setupTerminal()63 t = (Terminal) Class.forName(termProp).newInstance(); in setupTerminal()