Fixed issue #2507: Support keyboard shortcuts in yes/no prompts
[TortoiseGit.git] / src / TortoisePlink / noterm.c
blobdca2dcdffae8a4036bd48fae63974a21d353f7a1
1 /*
2 * Stubs of functions in terminal.c, for use in programs that don't
3 * have a terminal.
4 */
6 #include "putty.h"
7 #include "terminal.h"
9 void term_nopaste(Terminal *term)