diff options
author | June McEnroe <june@causal.agency> | 2018-12-16 17:19:06 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-12-16 17:19:06 -0500 |
commit | 0b3d927e030876e20a5f408447ecf0238269a9eb (patch) | |
tree | 0210780c61cd8f2380f04b0a4af2af72c3d3d134 /chat.h | |
parent | Move base64 back to pls.c (diff) | |
download | catgirl-0b3d927e030876e20a5f408447ecf0238269a9eb.tar.gz catgirl-0b3d927e030876e20a5f408447ecf0238269a9eb.zip |
Add M-? to apply ROT13
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h index 441056c..03f3251 100644 --- a/chat.h +++ b/chat.h @@ -162,6 +162,7 @@ enum Edit { EditKillBackWord, EditKillForeWord, EditKillLine, + EditROT13, EditComplete, EditEnter, }; |