From 910d446ca71f88719d52fd3bb831f5af6c53da85 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 18 Feb 2007 15:01:29 +0000 Subject: unposted: document some limitations of utils.c --- Src/utils.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Src/utils.c') diff --git a/Src/utils.c b/Src/utils.c index ea2d17149..e6eb69f01 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -4526,6 +4526,16 @@ ucs4toutf8(char *dest, unsigned int wval) * - GETKEY_UPDATE_OFFSET is only allowed if GETKEY_DOLLAR_QUOTE is * also present. * + * *misc is used for various purposes: + * - If GETKEY_BACKSLASH_MINUS is set, it indicates the presence + * of \- in the input. + * - If GETKEY_BACKSLASH_C is set, it indicates the presence + * of \c in the input. + * - If GETKEY_UPDATE_OFFSET is set, it is set on input to some + * mystical completion offset and is updated to a new offset based + * on the converted characters. All Hail the Completion System + * [makes the mystic completion system runic sign in the air]. + * * The return value is unmetafied unless GETKEY_DOLLAR_QUOTE is * in use. */ -- cgit v1.2.3