summary refs log tree commit diff
path: root/www/git.causal.agency/cgit
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-20 22:48:55 -0500
committerJune McEnroe <june@causal.agency>2021-02-20 22:48:55 -0500
commitedea409687c78f8f9e1178bce2fb33998f04993b (patch)
treeeaf08803e1b36cd096977ed7219006f557d534c8 /www/git.causal.agency/cgit
parentFix (hopefully) matching shell reserved words (diff)
downloadsrc-edea409687c78f8f9e1178bce2fb33998f04993b.tar.gz
src-edea409687c78f8f9e1178bce2fb33998f04993b.zip
Publish "Unpasswords"
Diffstat (limited to 'www/git.causal.agency/cgit')
0 files changed, 0 insertions, 0 deletions
ph'>* Op, deop self on /op, /deop without paramsJune McEnroe2020-04-06 | * Bump URL ring sizeJune McEnroe2020-04-06 | | | | Should it be even bigger? I don't know. * Add scroll position to status lineJune McEnroe2020-04-06 | * Implement split scrollingJune McEnroe2020-04-06 | * Error on missing MODE parametersJune McEnroe2020-04-05 | * Error on invalid ISUPPORT valuesJune McEnroe2020-04-05 | * Add note about symlinking /etc/ssl/cert.pemJune McEnroe2020-04-04 | * Use gnu-case-range and gnu-conditional-omitted-operand extensionsJune McEnroe2020-04-03 | | | | | I'm sad to do this but I just can't stand writing (foo ? foo : bar) anymore. * Only treat /open param as count if single digitJune McEnroe2020-04-03 | * Use a for loop for getoptJune McEnroe2020-04-02 | * Generate short option string with a loopJune McEnroe2020-04-02 | | | | | Also change the way option structs are initialized so that the array sorts the same way as the switch statement. * Do not add an extra blank line on uiLoadJune McEnroe2020-04-02 | | | | | Adding one for the last unread position now, so this is mostly redundant, I think. * Preserve the last blank line on reflowJune McEnroe2020-04-02 | * Switch to windows with ascending unread counts on M-a