summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-02-13 13:21:16 -0500
committerJune McEnroe <june@causal.agency>2018-02-13 13:21:16 -0500
commitc8b987cace21acd0ae5c70e4c8df7aaba4a1010c (patch)
tree3a02c630768bda927000d863b26dd73698ff1a73 /bin/Makefile
parentAdd PNG stream splitter (diff)
downloadsrc-c8b987cace21acd0ae5c70e4c8df7aaba4a1010c.tar.gz
src-c8b987cace21acd0ae5c70e4c8df7aaba4a1010c.zip
Unset dump in gfxx draw
Otherwise hitting 'x' then resizing would cause dumps.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
June 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 2020-12-29Add hilex HTML outputJune McEnroe