Uses of Interface
org.aesh.terminal.tty.ScreenRegion
Packages that use ScreenRegion
-
Uses of ScreenRegion in org.aesh.terminal
Methods in org.aesh.terminal that return ScreenRegionModifier and TypeMethodDescriptiondefault ScreenRegionConnection.currentRegion()Get the current/active screen region.Methods in org.aesh.terminal with parameters of type ScreenRegionModifier and TypeMethodDescriptiondefault voidConnection.setCurrentRegion(ScreenRegion region) Set the current/active screen region for output routing. -
Uses of ScreenRegion in org.aesh.terminal.tty
Methods in org.aesh.terminal.tty that return ScreenRegionModifier and TypeMethodDescriptionSplitScreen.bottomRegion()Returns the main/original region (bottom region, where readline operates).SplitScreen.topRegion()Returns the new region created by the split (top region).