Uses of Class
org.aesh.terminal.tty.Point
Packages that use Point
-
Uses of Point in org.aesh.terminal
Methods in org.aesh.terminal that return PointModifier and TypeMethodDescriptiondefault PointConnection.getCursorPosition()Get the current cursor position in the terminal. -
Uses of Point in org.aesh.terminal.tty
Methods in org.aesh.terminal.tty with parameters of type PointModifier and TypeMethodDescriptionbooleanSize.isPointWithinSize(Point pos) Check if a point is within this size boundaries. -
Uses of Point in org.aesh.terminal.utils
Methods in org.aesh.terminal.utils that return PointModifier and TypeMethodDescriptionstatic PointANSI.getActualCursor(int[] input) Parse cursor position response and return the actual cursor position.