OSDN Git Service

Fix bugs of simultaneous connection.
[ffftp/ffftp.git] / contrib / putty / WINDOWS / WINHELP.H
1 /*\r
2  * winhelp.h - define Windows Help context names.\r
3  * Each definition has the form "winhelp-topic:halibut-topic", where:\r
4  *  - "winhelp-topic" matches up with the \cfg{winhelp-topic} directives\r
5  *    in the Halibut source, and is used for WinHelp;\r
6  *  - "halibut-topic" matches up with the Halibut keywords in the source,\r
7  *    and is used for HTML Help.\r
8  */\r
9 \r
10 /* Maximum length for WINHELP_CTX_foo strings */\r
11 #define WINHELP_CTX_MAXLEN 80\r
12 \r
13 /* These are used in the cross-platform configuration dialog code. */\r
14 \r
15 #define HELPCTX(x) P(WINHELP_CTX_ ## x)\r
16 \r
17 #define WINHELP_CTX_no_help NULL\r
18 \r
19 #define WINHELP_CTX_session_hostname "session.hostname:config-hostname"\r
20 #define WINHELP_CTX_session_saved "session.saved:config-saving"\r
21 #define WINHELP_CTX_session_coe "session.coe:config-closeonexit"\r
22 #define WINHELP_CTX_logging_main "logging.main:config-logging"\r
23 #define WINHELP_CTX_logging_filename "logging.filename:config-logfilename"\r
24 #define WINHELP_CTX_logging_exists "logging.exists:config-logfileexists"\r
25 #define WINHELP_CTX_logging_flush "logging.flush:config-logflush"\r
26 #define WINHELP_CTX_logging_ssh_omit_password "logging.ssh.omitpassword:config-logssh"\r
27 #define WINHELP_CTX_logging_ssh_omit_data "logging.ssh.omitdata:config-logssh"\r
28 #define WINHELP_CTX_keyboard_backspace "keyboard.backspace:config-backspace"\r
29 #define WINHELP_CTX_keyboard_homeend "keyboard.homeend:config-homeend"\r
30 #define WINHELP_CTX_keyboard_funkeys "keyboard.funkeys:config-funkeys"\r
31 #define WINHELP_CTX_keyboard_appkeypad "keyboard.appkeypad:config-appkeypad"\r
32 #define WINHELP_CTX_keyboard_appcursor "keyboard.appcursor:config-appcursor"\r
33 #define WINHELP_CTX_keyboard_nethack "keyboard.nethack:config-nethack"\r
34 #define WINHELP_CTX_keyboard_compose "keyboard.compose:config-compose"\r
35 #define WINHELP_CTX_keyboard_ctrlalt "keyboard.ctrlalt:config-ctrlalt"\r
36 #define WINHELP_CTX_features_application "features.application:config-features-application"\r
37 #define WINHELP_CTX_features_mouse "features.mouse:config-features-mouse"\r
38 #define WINHELP_CTX_features_resize "features.resize:config-features-resize"\r
39 #define WINHELP_CTX_features_altscreen "features.altscreen:config-features-altscreen"\r
40 #define WINHELP_CTX_features_retitle "features.retitle:config-features-retitle"\r
41 #define WINHELP_CTX_features_qtitle "features.qtitle:config-features-qtitle"\r
42 #define WINHELP_CTX_features_dbackspace "features.dbackspace:config-features-dbackspace"\r
43 #define WINHELP_CTX_features_charset "features.charset:config-features-charset"\r
44 #define WINHELP_CTX_features_arabicshaping "features.arabicshaping:config-features-shaping"\r
45 #define WINHELP_CTX_features_bidi "features.bidi:config-features-bidi"\r
46 #define WINHELP_CTX_terminal_autowrap "terminal.autowrap:config-autowrap"\r
47 #define WINHELP_CTX_terminal_decom "terminal.decom:config-decom"\r
48 #define WINHELP_CTX_terminal_lfhascr "terminal.lfhascr:config-crlf"\r
49 #define WINHELP_CTX_terminal_crhaslf "terminal.crhaslf:config-lfcr"\r
50 #define WINHELP_CTX_terminal_bce "terminal.bce:config-erase"\r
51 #define WINHELP_CTX_terminal_blink "terminal.blink:config-blink"\r
52 #define WINHELP_CTX_terminal_answerback "terminal.answerback:config-answerback"\r
53 #define WINHELP_CTX_terminal_localecho "terminal.localecho:config-localecho"\r
54 #define WINHELP_CTX_terminal_localedit "terminal.localedit:config-localedit"\r
55 #define WINHELP_CTX_terminal_printing "terminal.printing:config-printing"\r
56 #define WINHELP_CTX_bell_style "bell.style:config-bellstyle"\r
57 #define WINHELP_CTX_bell_taskbar "bell.taskbar:config-belltaskbar"\r
58 #define WINHELP_CTX_bell_overload "bell.overload:config-bellovl"\r
59 #define WINHELP_CTX_window_size "window.size:config-winsize"\r
60 #define WINHELP_CTX_window_resize "window.resize:config-winsizelock"\r
61 #define WINHELP_CTX_window_scrollback "window.scrollback:config-scrollback"\r
62 #define WINHELP_CTX_window_erased "window.erased:config-erasetoscrollback"\r
63 #define WINHELP_CTX_behaviour_closewarn "behaviour.closewarn:config-warnonclose"\r
64 #define WINHELP_CTX_behaviour_altf4 "behaviour.altf4:config-altf4"\r
65 #define WINHELP_CTX_behaviour_altspace "behaviour.altspace:config-altspace"\r
66 #define WINHELP_CTX_behaviour_altonly "behaviour.altonly:config-altonly"\r
67 #define WINHELP_CTX_behaviour_alwaysontop "behaviour.alwaysontop:config-alwaysontop"\r
68 #define WINHELP_CTX_behaviour_altenter "behaviour.altenter:config-fullscreen"\r
69 #define WINHELP_CTX_appearance_cursor "appearance.cursor:config-cursor"\r
70 #define WINHELP_CTX_appearance_font "appearance.font:config-font"\r
71 #define WINHELP_CTX_appearance_title "appearance.title:config-title"\r
72 #define WINHELP_CTX_appearance_hidemouse "appearance.hidemouse:config-mouseptr"\r
73 #define WINHELP_CTX_appearance_border "appearance.border:config-winborder"\r
74 #define WINHELP_CTX_connection_termtype "connection.termtype:config-termtype"\r
75 #define WINHELP_CTX_connection_termspeed "connection.termspeed:config-termspeed"\r
76 #define WINHELP_CTX_connection_username "connection.username:config-username"\r
77 #define WINHELP_CTX_connection_username_from_env "connection.usernamefromenv:config-username-from-env"\r
78 #define WINHELP_CTX_connection_keepalive "connection.keepalive:config-keepalive"\r
79 #define WINHELP_CTX_connection_nodelay "connection.nodelay:config-nodelay"\r
80 #define WINHELP_CTX_connection_ipversion "connection.ipversion:config-address-family"\r
81 #define WINHELP_CTX_connection_tcpkeepalive "connection.tcpkeepalive:config-tcp-keepalives"\r
82 #define WINHELP_CTX_connection_loghost "connection.loghost:config-loghost"\r
83 #define WINHELP_CTX_proxy_type "proxy.type:config-proxy-type"\r
84 #define WINHELP_CTX_proxy_main "proxy.main:config-proxy"\r
85 #define WINHELP_CTX_proxy_exclude "proxy.exclude:config-proxy-exclude"\r
86 #define WINHELP_CTX_proxy_dns "proxy.dns:config-proxy-dns"\r
87 #define WINHELP_CTX_proxy_auth "proxy.auth:config-proxy-auth"\r
88 #define WINHELP_CTX_proxy_command "proxy.command:config-proxy-command"\r
89 #define WINHELP_CTX_telnet_environ "telnet.environ:config-environ"\r
90 #define WINHELP_CTX_telnet_oldenviron "telnet.oldenviron:config-oldenviron"\r
91 #define WINHELP_CTX_telnet_passive "telnet.passive:config-ptelnet"\r
92 #define WINHELP_CTX_telnet_specialkeys "telnet.specialkeys:config-telnetkey"\r
93 #define WINHELP_CTX_telnet_newline "telnet.newline:config-telnetnl"\r
94 #define WINHELP_CTX_rlogin_localuser "rlogin.localuser:config-rlogin-localuser"\r
95 #define WINHELP_CTX_ssh_nopty "ssh.nopty:config-ssh-pty"\r
96 #define WINHELP_CTX_ssh_ttymodes "ssh.ttymodes:config-ttymodes"\r
97 #define WINHELP_CTX_ssh_noshell "ssh.noshell:config-ssh-noshell"\r
98 #define WINHELP_CTX_ssh_ciphers "ssh.ciphers:config-ssh-encryption"\r
99 #define WINHELP_CTX_ssh_protocol "ssh.protocol:config-ssh-prot"\r
100 #define WINHELP_CTX_ssh_command "ssh.command:config-command"\r
101 #define WINHELP_CTX_ssh_compress "ssh.compress:config-ssh-comp"\r
102 #define WINHELP_CTX_ssh_kexlist "ssh.kex.order:config-ssh-kex-order"\r
103 #define WINHELP_CTX_ssh_kex_repeat "ssh.kex.repeat:config-ssh-kex-rekey"\r
104 #define WINHELP_CTX_ssh_auth_bypass "ssh.auth.bypass:config-ssh-noauth"\r
105 #define WINHELP_CTX_ssh_auth_banner "ssh.auth.banner:config-ssh-banner"\r
106 #define WINHELP_CTX_ssh_auth_privkey "ssh.auth.privkey:config-ssh-privkey"\r
107 #define WINHELP_CTX_ssh_auth_agentfwd "ssh.auth.agentfwd:config-ssh-agentfwd"\r
108 #define WINHELP_CTX_ssh_auth_changeuser "ssh.auth.changeuser:config-ssh-changeuser"\r
109 #define WINHELP_CTX_ssh_auth_pageant "ssh.auth.pageant:config-ssh-tryagent"\r
110 #define WINHELP_CTX_ssh_auth_tis "ssh.auth.tis:config-ssh-tis"\r
111 #define WINHELP_CTX_ssh_auth_ki "ssh.auth.ki:config-ssh-ki"\r
112 #define WINHELP_CTX_ssh_gssapi "ssh.auth.gssapi:config-ssh-auth-gssapi"\r
113 #define WINHELP_CTX_ssh_gssapi_delegation "ssh.auth.gssapi.delegation:config-ssh-auth-gssapi-delegation"\r
114 #define WINHELP_CTX_ssh_gssapi_libraries "ssh.auth.gssapi.libraries:config-ssh-auth-gssapi-libraries"\r
115 #define WINHELP_CTX_selection_buttons "selection.buttons:config-mouse"\r
116 #define WINHELP_CTX_selection_shiftdrag "selection.shiftdrag:config-mouseshift"\r
117 #define WINHELP_CTX_selection_rect "selection.rect:config-rectselect"\r
118 #define WINHELP_CTX_selection_charclasses "selection.charclasses:config-charclasses"\r
119 #define WINHELP_CTX_selection_linedraw "selection.linedraw:config-linedrawpaste"\r
120 #define WINHELP_CTX_selection_rtf "selection.rtf:config-rtfpaste"\r
121 #define WINHELP_CTX_colours_ansi "colours.ansi:config-ansicolour"\r
122 #define WINHELP_CTX_colours_xterm256 "colours.xterm256:config-xtermcolour"\r
123 #define WINHELP_CTX_colours_bold "colours.bold:config-boldcolour"\r
124 #define WINHELP_CTX_colours_system "colours.system:config-syscolour"\r
125 #define WINHELP_CTX_colours_logpal "colours.logpal:config-logpalette"\r
126 #define WINHELP_CTX_colours_config "colours.config:config-colourcfg"\r
127 #define WINHELP_CTX_translation_codepage "translation.codepage:config-charset"\r
128 #define WINHELP_CTX_translation_cjk_ambig_wide "translation.cjkambigwide:config-cjk-ambig-wide"\r
129 #define WINHELP_CTX_translation_cyrillic "translation.cyrillic:config-cyr"\r
130 #define WINHELP_CTX_translation_linedraw "translation.linedraw:config-linedraw"\r
131 #define WINHELP_CTX_ssh_tunnels_x11 "ssh.tunnels.x11:config-ssh-x11"\r
132 #define WINHELP_CTX_ssh_tunnels_x11auth "ssh.tunnels.x11auth:config-ssh-x11auth"\r
133 #define WINHELP_CTX_ssh_tunnels_xauthority "ssh.tunnels.xauthority:config-ssh-xauthority"\r
134 #define WINHELP_CTX_ssh_tunnels_portfwd "ssh.tunnels.portfwd:config-ssh-portfwd"\r
135 #define WINHELP_CTX_ssh_tunnels_portfwd_localhost "ssh.tunnels.portfwd.localhost:config-ssh-portfwd-localhost"\r
136 #define WINHELP_CTX_ssh_tunnels_portfwd_ipversion "ssh.tunnels.portfwd.ipversion:config-ssh-portfwd-address-family"\r
137 #define WINHELP_CTX_ssh_bugs_ignore1 "ssh.bugs.ignore1:config-ssh-bug-ignore1"\r
138 #define WINHELP_CTX_ssh_bugs_plainpw1 "ssh.bugs.plainpw1:config-ssh-bug-plainpw1"\r
139 #define WINHELP_CTX_ssh_bugs_rsa1 "ssh.bugs.rsa1:config-ssh-bug-rsa1"\r
140 #define WINHELP_CTX_ssh_bugs_ignore2 "ssh.bugs.ignore2:config-ssh-bug-ignore2"\r
141 #define WINHELP_CTX_ssh_bugs_hmac2 "ssh.bugs.hmac2:config-ssh-bug-hmac2"\r
142 #define WINHELP_CTX_ssh_bugs_derivekey2 "ssh.bugs.derivekey2:config-ssh-bug-derivekey2"\r
143 #define WINHELP_CTX_ssh_bugs_rsapad2 "ssh.bugs.rsapad2:config-ssh-bug-sig"\r
144 #define WINHELP_CTX_ssh_bugs_pksessid2 "ssh.bugs.pksessid2:config-ssh-bug-pksessid2"\r
145 #define WINHELP_CTX_ssh_bugs_rekey2 "ssh.bugs.rekey2:config-ssh-bug-rekey"\r
146 #define WINHELP_CTX_ssh_bugs_maxpkt2 "ssh.bugs.maxpkt2:config-ssh-bug-maxpkt2"\r
147 #define WINHELP_CTX_serial_line "serial.line:config-serial-line"\r
148 #define WINHELP_CTX_serial_speed "serial.speed:config-serial-speed"\r
149 #define WINHELP_CTX_serial_databits "serial.databits:config-serial-databits"\r
150 #define WINHELP_CTX_serial_stopbits "serial.stopbits:config-serial-stopbits"\r
151 #define WINHELP_CTX_serial_parity "serial.parity:config-serial-parity"\r
152 #define WINHELP_CTX_serial_flow "serial.flow:config-serial-flow"\r
153 \r
154 #define WINHELP_CTX_pageant_general "pageant.general:pageant"\r
155 #define WINHELP_CTX_pageant_keylist "pageant.keylist:pageant-mainwin-keylist"\r
156 #define WINHELP_CTX_pageant_addkey "pageant.addkey:pageant-mainwin-addkey"\r
157 #define WINHELP_CTX_pageant_remkey "pageant.remkey:pageant-mainwin-remkey"\r
158 #define WINHELP_CTX_pgpfingerprints "pgpfingerprints:pgpkeys"\r
159 #define WINHELP_CTX_puttygen_general "puttygen.general:pubkey-puttygen"\r
160 #define WINHELP_CTX_puttygen_keytype "puttygen.keytype:puttygen-keytype"\r
161 #define WINHELP_CTX_puttygen_bits "puttygen.bits:puttygen-strength"\r
162 #define WINHELP_CTX_puttygen_generate "puttygen.generate:puttygen-generate"\r
163 #define WINHELP_CTX_puttygen_fingerprint "puttygen.fingerprint:puttygen-fingerprint"\r
164 #define WINHELP_CTX_puttygen_comment "puttygen.comment:puttygen-comment"\r
165 #define WINHELP_CTX_puttygen_passphrase "puttygen.passphrase:puttygen-passphrase"\r
166 #define WINHELP_CTX_puttygen_savepriv "puttygen.savepriv:puttygen-savepriv"\r
167 #define WINHELP_CTX_puttygen_savepub "puttygen.savepub:puttygen-savepub"\r
168 #define WINHELP_CTX_puttygen_pastekey "puttygen.pastekey:puttygen-pastekey"\r
169 #define WINHELP_CTX_puttygen_load "puttygen.load:puttygen-load"\r
170 #define WINHELP_CTX_puttygen_conversions "puttygen.conversions:puttygen-conversions"\r
171 \r
172 /* These are used in Windows-specific bits of the frontend.\r
173  * We (ab)use "help context identifiers" (dwContextId) to identify them. */\r
174 \r
175 #define HELPCTXID(x) WINHELP_CTXID_ ## x\r
176 \r
177 #define WINHELP_CTXID_no_help 0\r
178 #define WINHELP_CTX_errors_hostkey_absent "errors.hostkey.absent:errors-hostkey-absent"\r
179 #define WINHELP_CTXID_errors_hostkey_absent 1\r
180 #define WINHELP_CTX_errors_hostkey_changed "errors.hostkey.changed:errors-hostkey-wrong"\r
181 #define WINHELP_CTXID_errors_hostkey_changed 2\r
182 #define WINHELP_CTX_errors_cantloadkey "errors.cantloadkey:errors-cant-load-key"\r
183 #define WINHELP_CTXID_errors_cantloadkey 3\r
184 #define WINHELP_CTX_option_cleanup "options.cleanup:using-cleanup"\r
185 #define WINHELP_CTXID_option_cleanup 4\r
186 #define WINHELP_CTX_pgp_fingerprints "pgpfingerprints:pgpkeys"\r
187 #define WINHELP_CTXID_pgp_fingerprints 5\r