ruby-termios

ruby-termios provides Termios module to Ruby. Termios module is a simple wrapper for termios(3). It can be included into IO-family classes and can extend IO-family objects. In addition, the methods can use as module function.

Download

version 0.9.5
ruby-termios-0.9.5.tar.gz
Tanaka Akira san made bug-fix and improvement patch. It made this module available for Ruby 1.9.
version 0.9.4
ruby-termios-0.9.4.tar.gz
We can run a code as follows:
tio = Termios.tcgetattr(dev)
tio.cc[Termios::VMIN] = 1
Termios.tcsetattr(dev, Termios::TCSANOW, tio)
The code does not work correctly with earlier version of ruby-termios.
version 0.9.2
This version of ruby-termios are revoked.
version 0.9.1
ruby-termios-0.9.1.tar.gz
old version
termios.tar.gz

[Powerd by Ruby!] Powered by webmasters, Debian, Walrus, Ruby and Vine Caves.
Copyright (c) 2002 akira yamada <akira@ruby-lang.org>. All rights reserved.