mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-18 11:31:00 -05:00
Add the -xrm command-line option, to allow specification of an
arbitrary X resource which doesn't have a dedicated command-line option. [originally from svn r2089]
This commit is contained in:
@ -97,6 +97,12 @@ enables you to play NetHack with the numeric keypad without having
|
||||
to use the NetHack "number_pad" option (which requires you to press
|
||||
"n" before any repeat count). So you can move with the numeric
|
||||
keypad, and enter repeat counts with the normal number keys.
|
||||
.IP "\fB-xrm\fP \fIresource-string\fP"
|
||||
This option specifies an X resource string. Useful for setting
|
||||
resources which do not have their own command-line options. For
|
||||
example:
|
||||
|
||||
pterm -xrm 'ScrollbarOnLeft: 1'
|
||||
.SH X RESOURCES
|
||||
\fIpterm\fP can be more completely configured by means of X
|
||||
resources. All of these resources are of the form \fIpterm.FOO\fP
|
||||
|
Reference in New Issue
Block a user