mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Ctrl+rightclick now pops up a context menu in Unix PuTTY and pterm.
This menu is not yet fully populated, but it has an About box (yet another licence location :-/ ) and supports the new configurable specials menu (thus making Unix PuTTY do one tiny thing which OpenSSH-in-a-pterm can't :-). [originally from svn r3062]
This commit is contained in:
6
putty.h
6
putty.h
@ -304,6 +304,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-
|
||||
|
Reference in New Issue
Block a user