Index
All Classes and Interfaces|All Packages
C
- clearScreen() - Static method in class io.github.btj.termios.Terminal
-
Requests the terminal to clear the screen.
E
- enterRawInputMode() - Static method in class io.github.btj.termios.Terminal
-
Put the terminal in a mode where it reports key presses immediately rather than buffering them until Return is pressed or otherwise processing them.
I
- io.github.btj.termios - package io.github.btj.termios
L
- leaveRawInputMode() - Static method in class io.github.btj.termios.Terminal
-
Put the terminal back into the mode that was active when enterRawInputMode was last called.
M
- moveCursor(int, int) - Static method in class io.github.btj.termios.Terminal
-
Requests the terminal to move the cursor to the given row and column (1-based).
P
- printText(int, int, String) - Static method in class io.github.btj.termios.Terminal
-
Requests the terminal to print the given text at the given row and column (both 1-based).
R
- readByte() - Static method in class io.github.btj.termios.Terminal
-
Read a byte from standard input.
- reportTextAreaSize() - Static method in class io.github.btj.termios.Terminal
-
Requests the terminal to report the size of the text area to standard input.
T
- Terminal - Class in io.github.btj.termios
All Classes and Interfaces|All Packages