< prev index next >

jdk/src/jdk.jline/share/classes/jdk/internal/jline/UnixTerminal.java

Print this page

        

*** 4,17 **** * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * http://www.opensource.org/licenses/bsd-license.php */ ! package jline; ! import jline.internal.Log; ! import jline.internal.TerminalLineSettings; /** * Terminal that is used for unix platforms. Terminal initialization * is handled by issuing the <em>stty</em> command against the * <em>/dev/tty</em> file to disable character echoing and enable --- 4,17 ---- * This software is distributable under the BSD license. See the terms of the * BSD license in the documentation provided with this software. * * http://www.opensource.org/licenses/bsd-license.php */ ! package jdk.internal.jline; ! import jdk.internal.jline.internal.Log; ! import jdk.internal.jline.internal.TerminalLineSettings; /** * Terminal that is used for unix platforms. Terminal initialization * is handled by issuing the <em>stty</em> command against the * <em>/dev/tty</em> file to disable character echoing and enable
*** 20,30 **** * implementation should work for an reasonable POSIX system. * * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a> * @author <a href="mailto:dwkemp@gmail.com">Dale Kemp</a> * @author <a href="mailto:jason@planet57.com">Jason Dillon</a> ! * @author <a href="mailto:jbonofre@apache.org">Jean-Baptiste Onofré</a> * @since 2.0 */ public class UnixTerminal extends TerminalSupport { --- 20,30 ---- * implementation should work for an reasonable POSIX system. * * @author <a href="mailto:mwp1@cornell.edu">Marc Prud'hommeaux</a> * @author <a href="mailto:dwkemp@gmail.com">Dale Kemp</a> * @author <a href="mailto:jason@planet57.com">Jason Dillon</a> ! * @author <a href="mailto:jbonofre@apache.org">Jean-Baptiste Onofr\u00E9</a> * @since 2.0 */ public class UnixTerminal extends TerminalSupport {
< prev index next >