https://github.com/ksss/mruby-io-console
https://github.com/ksss/mruby-io-console
mruby
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ksss/mruby-io-console
- Owner: ksss
- Created: 2016-07-14T06:51:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T01:37:36.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T08:52:44.313Z (12 months ago)
- Topics: mruby
- Language: C
- Size: 23.4 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mruby-io-console
[](https://travis-ci.org/ksss/mruby-io-console)
The implementation of io/console as CRuby.
# Implemented API
- `IO#raw`
- `IO#raw!`
- `IO#cooked`
- `IO#cooked!`
- `IO#noecho`
- `IO#winsize`
# Installation
## use github repository
build_config.rb
```ruby
MRuby::Build.new do |conf|
# by mgem
conf.gem :mgem => 'mruby-io-console'
# by github
conf.gem :github => 'ksss/mruby-io-console', :branch => 'master'
end
```
# Homepage
https://github.com/ksss/mruby-io-console
# License
MIT
# Respect
https://github.com/ruby/ruby/tree/trunk/ext/io/console
# See also
http://ruby-doc.org/stdlib-2.3.0/libdoc/io/console/rdoc/IO.html