Ctrl+rightclick now pops up a context menu in Unix PuTTY and pterm.
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index cff103b..76bfe00 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -305,6 +305,12 @@ extern struct backend_list {
 extern const int be_default_protocol;
 
 /*
+ * Name of this particular application, for use in the config box
+ * and other pieces of text.
+ */
+extern const char *const appname;
+
+/*
  * IMPORTANT POLICY POINT: everything in this structure which wants
  * to be treated like an integer must be an actual, honest-to-
  * goodness `int'. No enum-typed variables. This is because parts