mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Added a command-line key generation tool. Currently builds and runs
on Linux, but the (very few) platform-specific bits are already abstracted out of the main code, so it should port to other platforms with a minimum of fuss. [originally from svn r3762]
This commit is contained in:
@ -313,3 +313,8 @@ void frontend_keypress(void *handle)
|
||||
*/
|
||||
return;
|
||||
}
|
||||
|
||||
int is_interactive(void)
|
||||
{
|
||||
return isatty(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user