summary refs log tree commit diff
path: root/ui.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-03-02 19:17:42 -0500
committerJune McEnroe <june@causal.agency>2020-03-02 19:18:55 -0500
commit5c167e418163da9eef2fac6433b554e660c0de24 (patch)
treec9a12e0f337a41242e8bd630b22126c8abdbd0d7 /ui.c
parentImplement the causal.agency/consumer capability (diff)
downloadcatgirl-5c167e418163da9eef2fac6433b554e660c0de24.tar.gz
catgirl-5c167e418163da9eef2fac6433b554e660c0de24.zip
Prevent entering commands in <debug> if restricted
Because the <debug> ID always exists, it's possible to create a window
for it even while restricted with "/window <debug>" and try to enter
commands there.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
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