Uses of Class
org.aesh.terminal.Attributes
Packages that use Attributes
-
Uses of Attributes in org.aesh.terminal
Methods in org.aesh.terminal that return AttributesModifier and TypeMethodDescriptiondefault AttributesConnection.enterRawMode()Enter raw mode for the terminal.Connection.getAttributes()Get the current terminal attributes.Terminal.getAttributes()Get the terminal attributes.Methods in org.aesh.terminal with parameters of type AttributesModifier and TypeMethodDescriptionvoidAttributes.copy(Attributes attributes) Copies all attributes from another Attributes instance.voidConnection.setAttributes(Attributes attr) Set the terminal attributes.voidTerminal.setAttributes(Attributes attr) Set the terminal attributes.Constructors in org.aesh.terminal with parameters of type AttributesModifierConstructorDescriptionAttributes(Attributes attr) Creates a new Attributes instance by copying from another.EventDecoder(Attributes attributes) Create a new EventDecoder using control characters from terminal attributes.