
org.aesh.readline.ReadlineFlag Maven / Gradle / Ivy
/*
* Copyright 2012 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Eclipse Public License version 1.0, available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.aesh.readline;
/**
* @author Ståle W. Pedersen
*/
public enum ReadlineFlag {
/**
* Do not redraw prompt on INTR signal
*
* Default behaviour is to redraw .
*/
NO_PROMPT_REDRAW_ON_INTR,
/**
* Ignore EOF signal a given number of times
*/
IGNORE_EOF
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy