diff options
author | June McEnroe <june@causal.agency> | 2020-07-14 19:03:08 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-14 19:03:08 -0400 |
commit | 196c7bf95c13cb9763c44fc14db0ce10fbede468 (patch) | |
tree | e556ae773a1e30ad553d37cd62616f89b0416642 /server.h | |
parent | Don't show "Later messages" if no rows matched (diff) | |
download | scooper-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.h | 1 |
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) |