summary refs log tree commit diff
path: root/pdf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-18 03:24:01 +0000
committerJune McEnroe <june@causal.agency>2020-08-18 03:24:01 +0000
commitf79d99b372ac9bda2d9880833364ba0c769f8d29 (patch)
tree1fb59131a08741626029a89a9db32096b8f2acef /pdf
parentHighlight .in files as sh (diff)
downloadsrc-f79d99b372ac9bda2d9880833364ba0c769f8d29.tar.gz
src-f79d99b372ac9bda2d9880833364ba0c769f8d29.zip
Update htop config serialization
htop finally removed the trailing whitespace from its serialization...
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
/span> | | Apparently IRCds have decided that the 15-parameter limit doesn't matter anymore. 254 is the maximum number of single-byte parameters (following a single-byte command) which fit in a 512-byte CR-LF-terminated line. When everyone decides that the 512-byte line length limit doesn't matter either, I will delete my software and people can use some JavaScript garbage instead. This makes struct Message 2080 bytes, but there's only ever one or two of them around at once. Avoid passing it by value to handle. * Color mentions up to first ": " rather than just ":"June McEnroe2020-06-16 | | | | Avoids coloring everything up to a ":)". * Add null terminator to modes in channelListModeJune McEnroe2020-06-15 | | | | | Otherwise passing more than 13 parameters reads past the end of the array. * Document /quote needing /debug for outputJune McEnroe2020-06-12 | * Add OpenBSD to READMEJune McEnroe2020-06-11 | * Add warning to configure scriptJune McEnroe2020-06-11 | * Call static_assert by _Static_assertJune McEnroe2020-06-11 | | | | | OpenBSD assert.h does not #define static_assert, and this is the only thing that prevents catgirl from compiling without any issues there. * Add additional permission for linking with LibreSSLJune McEnroe2020-06-08 | | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs * Inherit PREFIX and MANDIR from env 1.0June McEnroe2020-05-27 | | | | Oops. * Don't send zero-width characters to ncursesJune McEnroe2020-05-26 | * Define constants for window geometry