summaryrefslogtreecommitdiff
path: root/games/cgram
AgeCommit message (Expand)Author
2023-05-10cgram: replace comments with coderillig
2022-06-12cgram: allow cursor navigation with KEY_BEG as wellrillig
2022-05-14cgram: clear bottom line of the screen at the endrillig
2022-03-28cgram: define a word as a sequence of letters, not non-whitespacerillig
2021-10-29cgram(6): realloc(x * y) -> reallocarrnia
2021-05-28I don't see any code I wrote left in here.dholland
2021-05-28Restore return value of main, arbitrarily thrown away in -r1.4.dholland
2021-05-01cgram: rename local functionsrillig
2021-04-29cgram: in hinting mode, show all correct characters in bold facerillig
2021-04-25cgram: use ASCII-only implementation of <ctype.h> functionsrillig
2021-04-25cgram: provide usage on incorrect invocationrillig
2021-04-25cgram: conform to lint's strict bool mode, KNFrillig
2021-04-22cgram: allow providing an input file instead of the random fortunewiz
2021-02-26cgram: don't beep if the window is resizedrillig
2021-02-26cgram: place the 'solved' marker nearer to the textrillig
2021-02-26cgram: make the 'solved' stand out morerillig
2021-02-22cgram: fix assertion when substituting at the end of the longest linerillig
2021-02-22cgram: add advanced cursor movement with tab, shift+tab, returnrillig
2021-02-22cgram: properly handle input errorsrillig
2021-02-21cgram: allow navigation with KEY_PPAGE and KEY_NPAGErillig
2021-02-21cgram: rewrite completely, fixing bugs and stylerillig
2021-02-21cgram: WARNS=6, use int for all coordinatesrillig
2021-02-21cgram: consistently use char for charactersrillig
2021-02-21cgram: fix undefined behavior when pressing function keysrillig
2021-02-21cgram: adjust style to survive lint's strict bool moderillig
2021-02-21cgram: sort includesrillig
2021-02-21cgram: indentrillig
2021-02-21cgram: fix Home key for cursor navigationrillig
2020-07-02cgram(6): use standard cursor keys, use standard shuffle algorithmrillig
2013-08-04Add RCS Id.wiz
2013-08-04Add a curses gizmo for solving Sunday-paper-type cryptograms based ondholland