enableRawMode method
Enables raw mode (character-by-character input, no echo).
Returns a RawModeGuard that can be used to restore the original mode.
Implementation
@override
RawModeGuard enableRawMode() => _control.enableRawMode();
Enables raw mode (character-by-character input, no echo).
Returns a RawModeGuard that can be used to restore the original mode.
@override
RawModeGuard enableRawMode() => _control.enableRawMode();