标签:curses install 显示 figure 频率 刷新 yellow 选项 config
1 wget http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz 2 tar xvf cmatrix-1.2a.tar.gz 3 cd cmatrix-1.2a 4 yum install ncurses-devel 5 ./configure && make && make install
使用说明
1 cmatrix [-abBflohnsVx] [-C color]
选项
-a :异步滚动(默认)
-b :随机粗体
-B :全部粗体
-o :使用旧风格滚动(不好看)
-h :获得帮助信息
-n :不使用粗体(默认)
-x :X window 模式,好像就是显示的符号不一样
-V :显示版本信息
-u :刷新频率,0-9,也就是滚动的快慢
-C :显示的颜色,支持green(默认),red,blue,white,yellow,cyan,
magenta and black
在运行的状态下,直接按q,即可退出程序
标签:curses install 显示 figure 频率 刷新 yellow 选项 config
原文地址:http://www.cnblogs.com/occl/p/6256216.html