pw3270.5
1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH PW3270 1 "JUNE 2012" pw3270 "User Manual"
.SH NAME
pw3270.conf \- configuration file for pw3270
.SH SYNOPSIS
This configuration file can be used to pre-customize some of pw3270's features.
The order of precedence while searching for this file is:
.IP "/etc/pw3270.conf"
System-wide configuration.
.IP "~/.config/pw3270.conf"
User-specific configuration.
.SH SECTIONS
The file follows a windows-style INI file format, with section name headers in square brackets, and parameters in the "name=value" syntax.
.IP "Section: view"
Contains configuration relative to the GUI elements.
.I toolbar.default
.RS
Indicates whether the main toolbar is visible or not.
.B Default: true.
.RE
.IP "Section: host"
Contains configuration relative to the hosts available for the user to connect to.
.I uri
.RS
Hostname or IP address, in the format hostname:port. Use s:hostname:port for SSL connections.
.RE
.SH AUTHORS
Perry Werneck <perry.werneck at gmail dot com>
Erico Mendonca <erico.mendonca at gmail dot com>
The official project page is located at http://www.softwarepublico.gov.br/dotlrn/clubs/pw3270 .
.SH "SEE ALSO"
.BR pw3270 (1)