class
CryTUI::Terminal
- CryTUI::Terminal
- Reference
- Object
Defined in:
crytui/terminal.crConstructors
Instance Method Summary
- #area : Rect
- #backend : Backend
- #draw(& : Frame -> ) : Nil
- #refresh_size : Bool
-
#run(input : IO::FileDescriptor, & : Terminal -> ) : Nil
Runs with the input descriptor in raw mode and restores its exact prior termios state after normal return or an exception.
- #run(& : Terminal -> ) : Nil
- #start : Nil
- #stop : Nil
Constructor Detail
Instance Method Detail
Runs with the input descriptor in raw mode and restores its exact prior termios state after normal return or an exception.