]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - winmisc.c
xterm apparently supports ESC[90m through ESC[97m to set bright
[PuTTY.git] / winmisc.c
1 /*
2  * winmisc.c: miscellaneous Windows-specific things.
3  */
4
5 #include <windows.h>
6 #include <stdio.h>
7 #include <stdlib.h>
8 #include "putty.h"
9
10 void platform_get_x11_auth(char *display, int *proto,
11                            unsigned char *data, int *datalen)
12 {
13     /* We don't support this at all under Windows. */
14 }