mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Might as well provide PuTTYtel for Unix. It's not much effort!
[originally from svn r3147]
This commit is contained in:
parent
79426308bf
commit
abe4091f52
3
Recipe
3
Recipe
@ -158,6 +158,9 @@ pterm : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
|
|||||||
putty : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
|
putty : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
|
||||||
+ logging uxprint settings pty uxsel be_all uxstore signal CHARSET
|
+ logging uxprint settings pty uxsel be_all uxstore signal CHARSET
|
||||||
+ uxputty NONSSH UXSSH UXMISC logging ux_x11 UXCFG
|
+ uxputty NONSSH UXSSH UXMISC logging ux_x11 UXCFG
|
||||||
|
puttytel : [X] pterm terminal wcwidth uxucs uxmisc tree234 misc ldisc ldiscucs
|
||||||
|
+ logging uxprint settings pty uxsel be_nossh uxstore signal CHARSET
|
||||||
|
+ uxputty NONSSH UXMISC logging UXCFG
|
||||||
|
|
||||||
plink : [U] uxplink uxcons NONSSH UXSSH be_all logging UXMISC signal ux_x11
|
plink : [U] uxplink uxcons NONSSH UXSSH be_all logging UXMISC signal ux_x11
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
* including ssh.
|
* including ssh.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <windows.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "putty.h"
|
#include "putty.h"
|
||||||
|
|
||||||
@ -29,7 +28,7 @@ void random_destroy_seed(void)
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void noise_ultralight(DWORD data)
|
void noise_ultralight(unsigned long data)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user