xterm apparently supports ESC[90m through ESC[97m to set bright
[u/mdw/putty] / mac / mac_res.r
index 50ed38d..b38f429 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: mac_res.r,v 1.20 2003/01/18 17:24:21 ben Exp $ */
+/* $Id: mac_res.r,v 1.23 2003/01/25 15:15:40 ben Exp $ */
 /*
  * Copyright (c) 1999, 2002 Ben Harris
  * All rights reserved.
@@ -69,8 +69,8 @@ resource 'SIZE' (-1) {
     dontGetFrontClicks,
     ignoreAppDiedEvents,
     is32BitCompatible,
-    notHighLevelEventAware,
-    onlyLocalHLEvents,
+    isHighLevelEventAware,
+    localandRemoteHLEvents,
     isStationeryAware,
     dontUseTextEditServices,
     reserved,
@@ -791,11 +791,11 @@ resource 'ics8' (FREF_Seed) {
 };
 
 resource 'vers' (1, purgeable) {
-    /* XXX This needs to be updated for each new version */
-    VERSION_MAJOR, VERSION_MINOR,
 #ifdef RELEASE
+    VERSION_MAJOR, VERSION_MINOR,
     beta,
 #else
+    VERSION_MAJOR, VERSION_MINOR + 1,
     development,
 #endif
     0, /* No prerelease version */
@@ -815,11 +815,11 @@ resource 'vers' (1, purgeable) {
 };
 
 resource 'vers' (2, purgeable) {
-    /* XXX This needs to be updated for each new version */
-    VERSION_MAJOR, VERSION_MINOR,
 #ifdef RELEASE
+    VERSION_MAJOR, VERSION_MINOR,
     beta,
 #else
+    VERSION_MAJOR, VERSION_MINOR + 1,
     development,
 #endif
     0, /* No prerelease version */
@@ -893,15 +893,17 @@ resource 'MENU' (mApple, preload) {
 resource 'MENU' (mFile, preload) {
     mFile,
     textMenuProc,
-    0b11111111111111111111111111011111,
+    0b11111111111111111111111101111011,
     enabled,
     "Session",
     {
        "New",                  noicon, "N",   nomark, plain,
        "Open\0xc9",            noicon, "O",   nomark, plain,
+       "-",                    noicon, nokey, nomark, plain,
        "Close",                noicon, "W",   nomark, plain,
        "Save",                 noicon, "S",   nomark, plain,
        "Save As\0xc9",         noicon, nokey, nomark, plain,
+       "Duplicate",            noicon, "D",   nomark, plain,
        "-",                    noicon, nokey, nomark, plain,
        "Quit",                 noicon, "Q",   nomark, plain,
     }