1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Patch from Colin Watson: document pterm.WarnOnClose

[originally from svn r3792]
This commit is contained in:
Jacob Nevins 2004-02-03 14:36:01 +00:00
parent 460bbd445a
commit 8472b1c8d7

View File

@ -151,6 +151,10 @@ zero), but the window will stay around if the process exits with a
non-zero code or on a signal. This enables you to see what went
wrong if the process suffers an error, but not to have to bother
closing the window in normal circumstances.
.IP "\fBpterm.WarnOnClose\fP"
This option should be set to either 0 or 1; the default is 1.
When set to 1, \fIpterm\fP will ask for confirmation before closing
its window when you press the close button.
.IP "\fBpterm.TerminalType\fP"
This controls the value set in the TERM environment variable inside
the new terminal. The default is "xterm".