X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/471c20b0e70634fcd864da81a502d74c11aa41ee..91eea9449dda53b6d5da084ad41aaa6df9fe86a3:/putty.h diff --git a/putty.h b/putty.h index b372d4a3..6303968b 100644 --- a/putty.h +++ b/putty.h @@ -854,6 +854,8 @@ char *term_get_ttymode(Terminal *term, const char *mode); int term_get_userpass_input(Terminal *term, prompts_t *p, unsigned char *in, int inlen); +int format_arrow_key(char *buf, Terminal *term, int xkey, int ctrl); + /* * Exports from logging.c. */