Terminal path documentation

This commit is contained in:
Duncan Ferguson 2015-11-09 23:00:23 +00:00
parent ffe6a9d283
commit 1a3d5495d6

View file

@ -744,6 +744,14 @@ B<NOTE:> Any "generic" change to the method (e.g., specifying the ssh port to us
'F<$HOME/.Xdefaults>', 'F<$HOME/.Xresources>'
);
output '=item terminal_chdir = 0';
output $self->loc(q{When non-0, set the working directory for each terminal as per '[_1]'}, 'L<terminal_chdir_path>' );
output '=item terminal_chdir_path = $HOME/.clusterssh/work/%s';
output $self->loc(
q{Path to use as working directory for each terminal when '[_1]' is enabled. The path provided is passed through the macro parser (see the section above on '[_2]'.','L<terminal_chdir>','L<macros_enabled>' },
);
output '=item terminal_font = 6x13';
output $self->loc(
q{Font to use in the terminal windows. Use standard X font notation.}