X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=mac_res.r;h=2cedc468df31db689a5779940fb91a58f85f5b66;hb=e43dc5ecd425ecc35398898d79c8578b50704932;hp=be599684c45da80c82bce83807aee840fd21c107;hpb=fc69aeef2399fec998dbfa5e29ab17c43c929451;p=PuTTY.git diff --git a/mac_res.r b/mac_res.r index be599684..2cedc468 100644 --- a/mac_res.r +++ b/mac_res.r @@ -1,4 +1,4 @@ -/* $Id: mac_res.r,v 1.1.2.12 1999/03/15 00:40:55 ben Exp $ */ +/* $Id: mac_res.r,v 1.1.2.13 1999/03/16 20:27:30 ben Exp $ */ /* * Copyright (c) 1999 Ben Harris * All rights reserved. @@ -459,8 +459,10 @@ type 'TEXT' { resource 'TEXT' (wLicence, "licence", purgeable) { "Copyright © 1997-9 Simon Tatham\n" - "Portions copyright Gary S. Brown, Eric Young and Ben Harris\n\n" - + "Portions copyright © 1999 Ben Harris\n" + "Portions copyright © 1993 Eric Young\n" + "Portions copyright © 1986 Gary S. Brown\n" + "\n" "Permission is hereby granted, free of charge, to any person " "obtaining a copy of this software and associated documentation " "files (the \"Software\"), to deal in the Software without " @@ -525,6 +527,9 @@ type 'pSET' { /* Colour options */ boolean bold_font, bold_colour; align long; + /* Selection options */ + boolean no_implicit_copy, implicit_copy; + align long; /* Non-boolean options */ integer; integer; /* host */ longint; /* port */ @@ -556,6 +561,7 @@ resource 'pSET' (PREF_settings, "settings", purgeable) { no_auto_cr, use_icon_name, bold_colour, + no_implicit_copy, #define PREF_strings 1024 PREF_strings, 1, /* host 'STR#' */ 23, prot_telnet, /* port, protocol */ @@ -653,6 +659,15 @@ resource 'TMPL' (128, "pSET") { "", 'BBIT', "", 'BBIT', "", 'ALNG', + "Implicit copy", 'BBIT', + "", 'BBIT', + "", 'BBIT', + "", 'BBIT', + "", 'BBIT', + "", 'BBIT', + "", 'BBIT', + "", 'BBIT', + "", 'ALNG', "Host STR# ID", 'DWRD', "Host STR# index", 'DWRD', "Port", 'DLNG',