mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-04 21:12:47 -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:
@ -20,12 +20,7 @@
|
||||
* have uxcfg.c remove the drop-down list completely, since you
|
||||
* can't sensibly provide an enumerated list of lpr commands!).
|
||||
*
|
||||
* - Ctrl+right-click for a context menu (also in Windows for
|
||||
* consistency, I think). This should contain pretty much
|
||||
* everything in the Windows PuTTY menu, and a subset of that in
|
||||
* pterm:
|
||||
*
|
||||
* - Telnet special commands (not in pterm :-)
|
||||
* - Remainder of the context menu:
|
||||
*
|
||||
* - Event Log (this means we must implement the Event Log; not
|
||||
* in pterm)
|
||||
@ -63,10 +58,6 @@
|
||||
* to get hold of the application name.
|
||||
*
|
||||
* - Copy All to Clipboard (for what that's worth)
|
||||
*
|
||||
* - Clear Scrollback and Reset Terminal
|
||||
*
|
||||
* - About (and uxcfg.c must also supply the about box)
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -111,6 +102,8 @@ char *printer_get_name(printer_enum *pe, int i) { return NULL;
|
||||
}
|
||||
void printer_finish_enum(printer_enum *pe) { }
|
||||
|
||||
const char *const appname = "PuTTY";
|
||||
|
||||
Backend *select_backend(Config *cfg)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user