summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-26 10:26:21 -0500
committerJune McEnroe <june@causal.agency>2020-01-26 10:26:21 -0500
commit17b904938166730dfe6c6198c97f83fa0cb5fae0 (patch)
tree7a2cd11723a7ffce79a5cfa8c526db242680e1ac
parentAdd \d to replace .Dd macro (diff)
downloadsrc-17b904938166730dfe6c6198c97f83fa0cb5fae0.tar.gz
src-17b904938166730dfe6c6198c97f83fa0cb5fae0.zip
Add The Deep
Diffstat (limited to '')
-rw-r--r--txt/books.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/txt/books.txt b/txt/books.txt
index eafa868f..1b868e5b 100644
--- a/txt/books.txt
+++ b/txt/books.txt
@@ -1,5 +1,6 @@
 [ 2020 ]
 
+  4. ★★☆ Rivers Solomon, The Deep
   3. ★★☆ ed. Hope Nicholson, Love Beyond Body, Space & Time
   2. ★★☆ Tade Thompson, Rosewater
   1. ★★★ Meg Elison, The Book of Flora
ice this mistake. I was worried I was still doing va_list wrong somehow. 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe vaswprintf is a nightmare. 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe This is actually possible with use_default_colors! 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe