summary refs log tree commit diff homepage
path: root/readme
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-05-13 17:05:19 -0400
committerJune McEnroe <june@causal.agency>2018-05-13 17:41:16 -0400
commit1cffed514d39f2412061d1ccdd16044acbe98da8 (patch)
treea0d09df40895de5656dfe19559d499aa49bc4dc5 /readme
parentUse anonymous union (diff)
downloadtorus-1cffed514d39f2412061d1ccdd16044acbe98da8.tar.gz
torus-1cffed514d39f2412061d1ccdd16044acbe98da8.zip
Fix ncurses color pair numbering
This was dumb. Of course all the color pairs fit in 64, but I was
shifting too much because my own representation includes the bright bit.
Diffstat (limited to 'readme')
0 files changed, 0 insertions, 0 deletions
/td>Add Q/Home binding in exploreJune McEnroe 2019-01-07Fix explore image URLJune McEnroe 2019-01-07Add HOME button, ssh link, AGPL notice to exploreJune McEnroe 2019-01-06Add meta viewport to exploreJune McEnroe 2019-01-06Set background and max-width in exploreJune McEnroe 2019-01-06Swallow writes after the connection is closedJune McEnroe It was not okay. 2019-01-06Handle KCGI_HUPJune McEnroe I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1. 2019-01-06Install html filesJune McEnroe