X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=putty.h;h=bc400fb2fdde94e01cf433ef9816d3741a5f2424;hb=8c1d1be95669a623c4e8f9e3100f80bc299635b5;hp=93b683e124d542a7a9a1b2aaaf88aa07f82fd2fb;hpb=053d2ba6d1c35c3d3c77bbc48bfd31fd8628ed35;p=PuTTY.git diff --git a/putty.h b/putty.h index 93b683e1..bc400fb2 100644 --- a/putty.h +++ b/putty.h @@ -791,7 +791,7 @@ void cleanup_exit(int); X(INT, NONE, xterm_256_colour) \ X(INT, NONE, system_colour) \ X(INT, NONE, try_palette) \ - X(INT, NONE, bold_colour) \ + X(INT, NONE, bold_style) \ X(INT, INT, colours) \ /* Selection options */ \ X(INT, NONE, mouse_is_xterm) \ @@ -836,6 +836,7 @@ void cleanup_exit(int); X(INT, NONE, sshbug_rekey2) \ X(INT, NONE, sshbug_maxpkt2) \ X(INT, NONE, sshbug_ignore2) \ + X(INT, NONE, sshbug_winadj) \ /* \ * ssh_simple means that we promise never to open any channel \ * other than the main one, which means it can safely use a very \