-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation about "-l" lock screen option #87
Comments
I had such problem. I couldn't and still haven't figured out a way to "unlock" the matrix screen after "cmatrix -l". It would be nice if a sort of screen lock was implemented. |
I haven't figured out a way to "unlock" the matrix screen after "cmatrix -l" too.
in cmatrix.c file.
Finally, compile and install, just like installing the unmodified version. After modification, you can switch the lock by entering "L". |
When you type To close it, start another console, type
and stop "cmatrix" using the PID |
For me |
Documentation is being added. Intended behaviour is that |
First timer here. What is the file for the man page? Meaning, what needs to be edited to add the -L description when running "man cmatrix"? Thanks in advance. |
"man cmatrix" is running the program "man" aka 'manual', which is able to show "a man file" of a programm (when the programer has made "a man file" for his program). "a man file" lists how to work with this programm, showing syntax of variables and and options you can use with the programm. your command is showing the "man file" for the program cmatrix. |
Adds option to unlock terminal put into Cmatrix lock mode by pressing L thrice. Updates man page with the minor change as well. Fixes: #87 and #162 Signed-off-by: Abishek V Ashok <[email protected]>
What do ya'll think about #164 ? |
- cmatrix.1 > cmatrix.6 (screensavers traditionally filed as games) - rewrite in mdoc(7) - write document description for visibility in manual searches - maintain synopsis, options, and keystrokes - write vendor neutral description of the program - add examples including vendor neutral examples - move homepage to SEE ALSE and link it as well as relevant pages - add terse HISTORY - make program usage output consistent with the maintenance above Fixes: abishekvashok#87 , abishekvashok#105 and abishekvashok#162
- cmatrix.1 > cmatrix.6 (screensavers traditionally filed as games) - rewrite in mdoc(7) - write document description for visibility in manual searches - maintain synopsis, options, and keystrokes - write vendor neutral description of the program - add examples including vendor neutral examples - move homepage to SEE ALSO, link it, and relevant pages - add terse HISTORY - make program usage output consistent with the maintenance above Fixes: abishekvashok#87, abishekvashok#105, and abishekvashok#162
- cmatrix.1 > cmatrix.6 (screensavers traditionally filed as games) - rewrite in mdoc(7) - write document description for visibility in manual searches - maintain synopsis, options, and keystrokes (consisency, organization) -do this in cmatrix.c logic and usage as well - write vendor neutral description of the program - add examples including vendor neutral examples - move homepage to SEE ALSO, link it, and relevant pages - add terse HISTORY Fixes: abishekvashok#87, abishekvashok#105, and abishekvashok#162
- cmatrix.1 > cmatrix.6 (other screensavers seem filed as games) - rewrite manual in mdoc(7) according to its best practices - write document description for visibility in manual searches - maintain synopsis, options, and keystrokes (consisency, organization, nits) -do this in cmatrix.c usage for consistency - do this in cmatrix.c logic for maintainability - write vendor neutral description of the program - add EXAMPLES including updated readme and vendor neutral examples - add SEE ALSO, including homepage as well as relevant manual pages - add HISTORY mentioning original author, date, and vendor - add CAVEATS mentioning trademarks - revise BUGS, black doesn't work, and cmatrix no longer has high utilization Fixes: abishekvashok#87, abishekvashok#105, and abishekvashok#162
I am submitting a Feature Request
Lack of description of the "-l" lock option in the man page.
The option is proposed when you type "cmatrix -h" to get help text, but anything in man page.
Request :
Complete the man page (and add the manner to quit this lock screen.)
Or suppress this option that force you to reboot if you don't know how to "unlock"
Tested on GNU/Linux Debian 10 Buster (stable)
thanks
The text was updated successfully, but these errors were encountered: