]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
When looking for a local username on Windows, if we can get hold of the
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index b372d4a3d5a558335574d166f604138b8dc5aced..6303968be72fd7914943bc0c2674f134add77d4b 100644 (file)
--- 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.
  */