]> git.cameronkatri.com Git - bsdgames-darwin.git/history - cgram/cgram.c
cgram: conform to lint's strict bool mode, KNF
[bsdgames-darwin.git] / cgram / cgram.c
2021-04-28 rilligcgram: conform to lint's strict bool mode, KNF
2021-04-28 wizcgram: allow providing an input file instead of the...
2021-04-13 rilligcgram: don't beep if the window is resized
2021-04-13 rilligcgram: place the 'solved' marker nearer to the text
2021-04-13 rilligcgram: make the 'solved' stand out more
2021-04-13 rilligcgram: fix assertion when substituting at the end of...
2021-04-13 rilligcgram: add advanced cursor movement with tab, shift...
2021-04-13 rilligcgram: properly handle input errors
2021-04-13 rilligcgram: allow navigation with KEY_PPAGE and KEY_NPAGE
2021-04-13 rilligcgram: rewrite completely, fixing bugs and style
2021-04-13 rilligcgram: WARNS=6, use int for all coordinates
2021-04-13 rilligcgram: consistently use char for characters
2021-04-13 rilligcgram: fix undefined behavior when pressing function...
2021-04-13 rilligcgram: adjust style to survive lint's strict bool mode
2021-04-13 rilligcgram: sort includes
2021-04-13 rilligcgram: indent
2021-04-13 rilligcgram: fix Home key for cursor navigation
2020-07-02 rilligcgram(6): use standard cursor keys, use standard shuffl...
2013-08-04 dhollandAdd a curses gizmo for solving Sunday-paper-type crypto...