1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

[288254][telnet] local echo is always disabled. Apply Patch from David Sciamma (Anyware Tech).

This commit is contained in:
Martin Oberhuber 2009-09-15 21:19:55 +00:00
parent 3419daf7e0
commit 9b9ab65317

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2005, 2008 Wind River Systems, Inc. and others.
* Copyright (c) 2005, 2009 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -15,6 +15,7 @@
* Martin Oberhuber (Wind River) - fixed copyright headers and beautified
* Martin Oberhuber (Wind River) - [225853][api] Provide more default functionality in TerminalConnectorImpl
* Sean Adams (Cisco) - [231959][terminal][telnet] NPE in TelnetConnector.java
* David Sciamma (Anyware-Tech) - [288254][telnet] local echo is always disabled
*******************************************************************************/
package org.eclipse.tm.internal.terminal.telnet;