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)
 
mp;follow=1'>Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe