Uses of Record Class
org.strassburger.tui4j.terminal.TerminalSize.Size
Packages that use TerminalSize.Size
-
Uses of TerminalSize.Size in org.strassburger.tui4j.terminal
Methods in org.strassburger.tui4j.terminal that return TerminalSize.SizeModifier and TypeMethodDescriptionstatic TerminalSize.SizeTerminalSize.get()Attempts to get the terminal size using multiple methods.
Falls back to a default size of 80x24 if all methods fail.Terminal.getSize()Returns the terminal size in columns and rows.