Add Jordan Russell's patch for a sunken-edge border like a DOS box.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 8acc9a6..06d5d50 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -242,6 +242,7 @@ typedef struct {
     int logtype;
     int logxfovr;
     int hide_mouseptr;
+    int sunken_edge;
     char answerback[256];
     /* Colour options */
     int try_palette;