summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-01-28 06:16:16 -0500
committerJune McEnroe <june@causal.agency>2018-01-28 06:16:16 -0500
commit49baeda34d3a3aff96b7f52d4a5faa7dabfb7a5c (patch)
treec74ed32e20022089f25b27f1acd98de5c7d1459a /bin
parentAdd portable bins target (diff)
downloadsrc-49baeda34d3a3aff96b7f52d4a5faa7dabfb7a5c.tar.gz
src-49baeda34d3a3aff96b7f52d4a5faa7dabfb7a5c.zip
Add klon one line description
Considering creating a README instead for these along with any other
interesting information.
Diffstat (limited to '')
-rw-r--r--bin/klon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/klon.c b/bin/klon.c
index 735b2ed6..d84c2d8c 100644
--- a/bin/klon.c
+++ b/bin/klon.c
@@ -14,6 +14,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// Klondike solitaire.
+
 #include <assert.h>
 #include <curses.h>
 #include <locale.h>
Clean up git configJune McEnroe 2017-05-01Clean up style in xxJune McEnroe 2017-05-01Clean up style in pbdJune McEnroe 2017-05-01Use EX_OK in pbcopyJune McEnroe 2017-04-30Clean up clockJune McEnroe 2017-04-30Clean up error strings in briJune McEnroe 2017-03-18Add -u option to xxJune McEnroe 2017-03-15Fix non-string-literal-format-string in briJune McEnroe 2017-03-15Fix bri compilationJune McEnroe 2017-03-15Use psvar for title settingJune McEnroe 2017-03-14Add bri brightness control scriptJune McEnroe 2017-03-14Add comment to tmux terminal overrideJune McEnroe 2017-03-13Have tmux set block cursor on linux consoleJune McEnroe 2017-03-13Use inverse for Visual in colorschemeJune McEnroe