blob: 98fa9c40e006d8652a759c8c983cd0e8b87433a8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 SAP AG
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Lazar Kirchev, SAP AG - initial API and implementation
*******************************************************************************/
package org.eclipse.equinox.console.common;
/**
* The supported escape sequences.
*/
public enum KEYS {
UP,
DOWN,
RIGHT,
LEFT,
CENTER,
HOME,
END,
PGUP,
PGDN,
INS,
DEL,
UNFINISHED,
UNKNOWN
}