tty screen:终端屏幕检测 跨平台主要的Ruby解释器 源码
TTY ::屏幕 终端屏幕尺寸检测,可在Linux,OS X和Windows / Cygwin平台上运行,并支持MRI,JRuby,TruffleRuby和Rubinius解释器。 TTY :: Screen为工具包提供了独立的终端屏幕尺寸检测组件。 安装 将此行添加到您的应用程序的Gemfile中: gem 'tty-screen' 然后执行: $ bundle 或自己安装为: $ gem install tty-screen 1.用法 TTY :: Screen允许您通过调用返回[height,width]元组的size方法来检测终端屏幕的大小。 TTY :: Screen
文件列表
tty-screen-master.zip
(预估有个27文件)
tty-screen-master
.gitignore
118B
.rspec
64B
bin
setup
131B
console
345B
.travis.yml
394B
.rubocop.yml
694B
CODE_OF_CONDUCT.md
3KB
CHANGELOG.md
5KB
暂无评论