1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
.TH CMatrix 1 "Mon May 3 1999"
.SH NAME
CMatrix \- simulates the display from "The Matrix"
.SH SYNOPSIS
.B cmatrix
[\-abBflohnsVx] [\-u update] [\-C color]
.SH DESCRIPTION
Shows a scrolling 'Matrix' like screen in Linux
.SS OPTIONS
.TP
.I "\-a"
Asynchronous scroll
.TP
.I "\-b"
Bold characters on
.TP
.I "\-B"
All bold characters (overrides \-b)
.TP
.I "\-f"
Force the linux $TERM type to be on
.TP
.I "\-l"
Linux mode (sets "matrix.fnt" font in console)
.TP
.I "\-o"
Use old-style scrolling
.TP
.I "\-h, \-?"
Print usage and exit
.TP
.I "\-n"
No bold characters (overrides \-b and \-B)
.TP
.I "\-s"
"Screensaver" mode, exits on first keystroke
.TP
.I "\-x"
X window mode, use if your xterm is using mtx.pcf
.TP
.I "\-V"
Print version information and exit
.TP
.I "\-u delay"
Screen update delay 0 - 9, default 4
.TP
.I "\-C color"
Use this color for matrix (default green).
Valid colors are green, red, blue, white, yellow, cyan, magenta and black.
.SS KEYSTROKES
The following keystrokes are available during execution (unavailable in
\-s mode)
.TP
.I "a"
Toggle asynchronous scroll
.TP
.I "b"
Random bold characters
.TP
.I "B"
All bold characters
.TP
.I "n"
Turn off bold characters
.TP
.I "0\-9"
Adjust update speed
.TP
.I "! @ # $ % ^ & )"
Change the color of the matrix to the corresponding color:
! \- red, @ \- green, # \- yellow, $ \- blue, % \- magenta, ^ \- cyan,
& \- white, ) \- black.
.TP
.I "q"
Quit the program
.SH BUGS
This program is very CPU intensive. Don't be surprised if it eats up over
40% of your CPU at times.
.SH HOMEPAGE
http://www.github.com/abishekvashok/cmatrix
|