Class InputRC

java.lang.Object
org.jline.reader.impl.InputRC

public final class InputRC extends Object
Handles inputrc configuration files for JLine.

This class provides functionality for parsing and applying inputrc configuration files, which are used to customize key bindings and other behavior of the LineReader. The format is compatible with GNU Readline's inputrc files.

Key features include:

  • Binding keys to functions or macros
  • Setting variables that control LineReader behavior
  • Conditional configuration based on terminal type

The configuration is typically loaded from a file specified by the LineReader.INPUT_RC_FILE_NAME variable, but can also be loaded from any input stream.

See Also: