summaryrefslogtreecommitdiffstats
path: root/cgram
Commit message (Collapse)AuthorAgeFilesLines
* cgram(6): use standard cursor keys, use standard shuffle algorithmrillig2020-07-021-9/+13
| | | | | | | The previous shuffle algorithm asked for 100 random numbers, on average. The new algorithm asks exactly for 26 random numbers. Curses predefines numeric constants for keys, and there is no apparent reason not to use these standard keys for cursor movement.
* Add RCS Id.wiz2013-08-041-0/+1
|
* Add a curses gizmo for solving Sunday-paper-type cryptograms based ondholland2013-08-044-0/+448
substitution ciphers. It gets the cleartext from fortune. I wrote this some years ago for my own amusement; a couple people have suggested that I should import it. Approved only by groo, so I'm going to wait a couple days to hook it to the build in case anyone demands it be removed again...