summary refs log tree commit diff
path: root/chat.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-02 11:00:05 -0400
committerJune McEnroe <june@causal.agency>2020-04-02 11:00:05 -0400
commita0f012c614e25f9a0172d1da228c152ca6e2eb4c (patch)
treeb79110ce4f35d1ce2cfe7d6672a70ecb93bc9511 /chat.c
parentPreserve the last blank line on reflow (diff)
downloadcatgirl-a0f012c614e25f9a0172d1da228c152ca6e2eb4c.tar.gz
catgirl-a0f012c614e25f9a0172d1da228c152ca6e2eb4c.zip
Do not add an extra blank line on uiLoad
Adding one for the last unread position now, so this is mostly
redundant, I think.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
d>June McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe