Registry / utility / ruby-termios

ruby-termios

JSON →
library1.1.0rbrubygemsunverified

Simple wrapper of termios(3) for terminal I/O control.

gem install ruby-termios
INSTALL
IMPORT
SIG · RUBY-TERMIOS
R
ruby-termios
utilityrubyv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Termios
require 'termios'

Gets and sets terminal attributes using termios.

require 'termios' # Example: Set terminal to raw mode stdin = IO.console term = Termios.getattr(stdin) Termios.setattr(stdin, Termios::TCSANOW, term)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
OpenAI (training)
1
Resources
ruby-termios — gem install ruby-termios · libregistry