Putty change default font

By support at augusti 20, 2008 21:16
Filed Under:

In windefs.c around 13 change to

 

FontSpec platform_default_fontspec(const char *name)
{
    FontSpec ret;
    if (!strcmp(name, "Font")) {
    strcpy(ret.name, "Fixedsys");
    ret.isbold = 0;
    ret.charset = ANSI_CHARSET;
    ret.height = 10;
    } else {
    ret.name[0] = '\0';
    }
    return ret;
}

Kommentarer

Lägg till kommentar




  Country flag

biuquote
  • Kommentar
  • Live överblick
Loading