| Class | Description | 
|---|---|
| ConsoleKeys | |
| ConsoleReader | A reader for console applications. | 
| CursorBuffer | A holder for a  StringBuilderthat also contains the current cursor position. | 
| KeyMap | The KeyMap class contains all bindings from keys to operations. | 
| KillRing | The kill ring class keeps killed text in a fixed size ring. | 
| WCWidth | 
| Enum | Description | 
|---|---|
| Operation | List of all operations. | 
| Exception | Description | 
|---|---|
| UserInterruptException | This exception is thrown by  ConsoleReader.readLine()when
 user interrupt handling is enabled and the user types the
 interrupt character (ctrl-C). | 
Copyright © 2018. All Rights Reserved.