Uses of Enum Class
org.jline.builtins.Nano.CursorMovement
Packages that use Nano.CursorMovement
Package
Description
JLine Builtins provides a collection of utility classes and implementations for common terminal
functionality.
-
Uses of Nano.CursorMovement in org.jline.builtins
Methods in org.jline.builtins that return Nano.CursorMovementModifier and TypeMethodDescriptionstatic Nano.CursorMovementReturns the enum constant of this class with the specified name.static Nano.CursorMovement[]Nano.CursorMovement.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jline.builtins with parameters of type Nano.CursorMovementModifier and TypeMethodDescriptionprivate intNano.Buffer.charPosition(int line, int displayPosition, Nano.CursorMovement move) private intNano.Buffer.charPosition(int displayPosition, Nano.CursorMovement move) voidNano.Buffer.moveToChar(int pos, Nano.CursorMovement move)