summary refs log tree commit diff
path: root/irc.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-12 09:38:52 -0400
committerJune McEnroe <june@causal.agency>2020-07-12 09:38:52 -0400
commit787771bebb6ab3f72163eeca3b883bcebb7a1468 (patch)
treef9591764f2c65fae8035eb2d93d5e476fde0cb37 /irc.c
parentDon't scan ignored messages for URLs (diff)
downloadcatgirl-787771bebb6ab3f72163eeca3b883bcebb7a1468.tar.gz
catgirl-787771bebb6ab3f72163eeca3b883bcebb7a1468.zip
Keep scrolled up windows in status line
Diffstat (limited to 'irc.c')
0 files changed, 0 insertions, 0 deletions
22c7c8e88af93375b89146b0cd6cb8cc7f0&follow=1'>Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe