summary refs log tree commit diff
path: root/server.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-14 19:03:08 -0400
committerJune McEnroe <june@causal.agency>2020-07-14 19:03:08 -0400
commit196c7bf95c13cb9763c44fc14db0ce10fbede468 (patch)
treee556ae773a1e30ad553d37cd62616f89b0416642 /server.h
parentDon't show "Later messages" if no rows matched (diff)
downloadscooper-196c7bf95c13cb9763c44fc14db0ce10fbede468.tar.gz
scooper-196c7bf95c13cb9763c44fc14db0ce10fbede468.zip
Add tidy option to events
The two forms still need styling.
Diffstat (limited to 'server.h')
-rw-r--r--server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.h b/server.h
index f8b7126..1177871 100644
--- a/server.h
+++ b/server.h
@@ -55,6 +55,7 @@ extern const char *Pages[PagesLen];
 	X(Context, "context", kvalid_stringne) \
 	X(After, "after", kvalid_stringne) \
 	X(Before, "before", kvalid_stringne) \
+	X(Tidy, "tidy", kvalid_stringne) \
 	X(Query, "query", kvalid_stringne) \
 	X(Offset, "offset", kvalid_int)