1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Add Jordan Russell's patch for a sunken-edge border like a DOS box.

Configurable, of course, because I for one like the border as thin
as possible.

[originally from svn r1092]
This commit is contained in:
Simon Tatham
2001-04-28 18:02:19 +00:00
parent f30937f737
commit 0086b20625
4 changed files with 29 additions and 6 deletions

View File

@ -242,6 +242,7 @@ typedef struct {
int logtype;
int logxfovr;
int hide_mouseptr;
int sunken_edge;
char answerback[256];
/* Colour options */
int try_palette;