Package org.jline.curses
Interface Screen
- All Known Implementing Classes:
VirtualScreen
public interface Screen
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fill
(int x, int y, int w, int h, AttributedStyle style) void
text
(int x, int y, AttributedString s)
-
Method Details
-
text
-
fill
-