summary refs log tree commit diff
path: root/dispatch.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-04-29 18:10:23 -0400
committerJune McEnroe <june@causal.agency>2021-04-29 18:39:23 -0400
commitabca206c5a4d8f442731b123424f262727ed4513 (patch)
tree46f4cbb01ae663b70c3b86b43f92f4fdcd98e062 /dispatch.c
parentpalaver: Drop no longer used network field (diff)
downloadpounce-abca206c5a4d8f442731b123424f262727ed4513.tar.gz
pounce-abca206c5a4d8f442731b123424f262727ed4513.zip
palaver: Track badge count per connection in SQLite
And send an accurate total badge count.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-0400'>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