summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-02 22:03:45 -0500
committerJune McEnroe <june@causal.agency>2022-02-02 22:03:45 -0500
commitd0018fb9173f797aac223abe846d4948ec0a6d68 (patch)
treeb6f30cea12bf8cb9826564154b276260d9cd1d54 /www/text.causal.agency/Makefile
parentAdd whinclude (diff)
downloadsrc-d0018fb9173f797aac223abe846d4948ec0a6d68.tar.gz
src-d0018fb9173f797aac223abe846d4948ec0a6d68.zip
Publish "Introducing Jorts"
Diffstat (limited to '')
-rw-r--r--www/text.causal.agency/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile
index 7f339d77..12e4383e 100644
--- a/www/text.causal.agency/Makefile
+++ b/www/text.causal.agency/Makefile
@@ -32,6 +32,7 @@ TXTS += 029-topics.txt
 TXTS += 030-discs.txt
 TXTS += 031-books-2021.txt
 TXTS += 032-albums-2021.txt
+TXTS += 033-jorts.txt
 
 all: colb ${TXTS}
 
='logsubject'>Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe