Mercurial > 510Connectbot
annotate xml/510connectbot.in @ 272:ce2f4e397703
document encryption settings for 5250 emulation
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 17 Jul 2014 22:09:05 -0700 |
parents | 45d1fcc1a356 |
children | 91a31873c42a |
rev | line source |
---|---|
0 | 1 <reference> |
2 <title>@PACKAGE@ - Version @VERSION@</title> | |
3 <partintro> | |
4 <title>Packages</title> | |
5 | |
6 <para> | |
7 The various source and binary packages are available at <ulink | |
8 url="http://www.five-ten-sg.com/@PACKAGE@/packages/">http://www.five-ten-sg.com/@PACKAGE@/packages/</ulink>. | |
9 The most recent documentation is available at <ulink | |
10 url="http://www.five-ten-sg.com/@PACKAGE@/">http://www.five-ten-sg.com/@PACKAGE@/</ulink>. | |
11 </para> | |
12 | |
13 <para> | |
14 A <ulink url="http://www.selenic.com/mercurial/wiki/">Mercurial</ulink> source | |
15 code repository for this project is available at <ulink | |
16 url="http://hg.five-ten-sg.com/@PACKAGE@/">http://hg.five-ten-sg.com/@PACKAGE@/</ulink>. | |
17 </para> | |
18 | |
19 <para> | |
20 A companion terminal monitor project is available at <ulink | |
21 url="http://www.five-ten-sg.com/510ConnectbotMonitor">http://www.five-ten-sg.com/510ConnectbotMonitor</ulink> | |
22 </para> | |
23 </partintro> | |
24 | |
25 <refentry id="x@PACKAGE@.1"> | |
26 <refentryinfo> | |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
27 <date>2014-07-15</date> |
0 | 28 <author> |
29 <firstname>Carl</firstname> | |
30 <surname>Byington</surname> | |
31 <affiliation><orgname>510 Software Group</orgname></affiliation> | |
32 </author> | |
33 </refentryinfo> | |
34 | |
35 <refmeta> | |
36 <refentrytitle>@PACKAGE@</refentrytitle> | |
37 <manvolnum>1</manvolnum> | |
38 <refmiscinfo>@PACKAGE@ @VERSION@</refmiscinfo> | |
39 </refmeta> | |
40 | |
41 <refnamediv id='name.1'> | |
42 <refname>@PACKAGE@</refname> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
43 <refpurpose>an android vt320/tn5250 terminal emulator for telnet/ssh connections</refpurpose> |
0 | 44 </refnamediv> |
45 | |
46 <refsect1 id='build.1'> | |
47 <title>Build method</title> | |
48 <para> | |
49 This is an android project with native code, so | |
50 "ndk-build clean; ndk-build; android update project -p . -t android-16; ant debug" | |
51 should build cleanly. | |
52 </para> | |
53 </refsect1> | |
54 | |
55 <refsect1 id='introduction.1'> | |
56 <title>Introduction</title> | |
57 <para> | |
58 I belive that the previous connectbot projects are improperly licensed. | |
59 They contain a mix of Apache 2.0 and GPLv2+ code, and those two licenses | |
60 are incompatible. I have relicensed this as GPLv3+, since that is | |
61 compatible with the licenses of all the sub-parts. | |
62 </para> | |
63 <para> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
64 This fork extends previous connectbot projects in two ways. It includes |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
65 tn5250 terminal emulation, in addition to the previous vt320 terminal |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
66 emulation. It also contains hooks for a separate monitoring process |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
67 that has access to some of the internal operations in this emulator. |
0 | 68 </para> |
69 </refsect1> | |
70 | |
220
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
71 <refsect1 id='changes.1'> |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
72 <title>Changes from previous Connectbots</title> |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
73 <itemizedlist> |
221
70ecbf70eadb
document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
220
diff
changeset
|
74 <listitem><para> |
225
c6157535e180
update version; consistent defaults for hardware buttons
Carl Byington <carl@five-ten-sg.com>
parents:
221
diff
changeset
|
75 The soft function keypad now has better labels, and can generate |
c6157535e180
update version; consistent defaults for hardware buttons
Carl Byington <carl@five-ten-sg.com>
parents:
221
diff
changeset
|
76 all 24 function keys for 5250 emulation. A hardware button can |
c6157535e180
update version; consistent defaults for hardware buttons
Carl Byington <carl@five-ten-sg.com>
parents:
221
diff
changeset
|
77 be configured to display that function keypad. |
221
70ecbf70eadb
document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
220
diff
changeset
|
78 </para></listitem> |
220
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
79 |
221
70ecbf70eadb
document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
220
diff
changeset
|
80 <listitem><para> |
220
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
81 A deployment.connections text file is read (and deleted) on |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
82 startup. This may be used to preconfigure the global options |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
83 and to create an initial set of host connections. |
221
70ecbf70eadb
document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
220
diff
changeset
|
84 </para></listitem> |
220
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
85 |
221
70ecbf70eadb
document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
220
diff
changeset
|
86 <listitem><para> |
220
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
87 The font sizes are now kept with one decimal point, and font |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
88 size changes are done by scaling by a constant factor of 1.1, |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
89 rather than the linear additive 2 point factor. |
221
70ecbf70eadb
document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
220
diff
changeset
|
90 </para></listitem> |
254
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
91 |
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
92 <listitem><para> |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
93 On a per-host basis, you can either allow the font size to change |
266 | 94 the number of rows and columns depending on the visibility |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
95 of the soft keyboard, or you can fix the number of rows and colums. |
266 | 96 Using a largeer font with a fixed number of rows and columns, you |
97 may only be able to see the top left part of the logical screen that | |
98 is being used by the host system. There is no vertical or horizontal | |
99 scrolling yet. | |
254
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
100 </para></listitem> |
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
101 |
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
102 <listitem><para> |
258
89bad826152b
fix documentation typos
Carl Byington <carl@five-ten-sg.com>
parents:
254
diff
changeset
|
103 The configurable hardware buttons can now change the font size. |
254
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
104 </para></listitem> |
5517cca2bd81
update version; help shows full version info; update change list
Carl Byington <carl@five-ten-sg.com>
parents:
229
diff
changeset
|
105 |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
106 <listitem><para> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
107 The soft function keypad now includes the cursor movement keys. |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
108 </para></listitem> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
109 |
220
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
110 </itemizedlist> |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
111 </refsect1> |
4fdf6b5a6f43
update to 1.8.4; document changes from previous forks
Carl Byington <carl@five-ten-sg.com>
parents:
206
diff
changeset
|
112 |
0 | 113 <refsect1 id='monitor.1'> |
114 <title>Terminal Monitor</title> | |
115 <para> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
116 For every terminal session (local, telnet, ssh or tn5250), this |
0 | 117 terminal emulator also makes a connection to a terminal monitor |
150 | 118 process, which can see cursor movement and screen contents, and can |
0 | 119 inject characters to send to the host. |
120 </para> | |
121 | |
122 <para> | |
123 The terminal monitor is invoked by calling an android Intent | |
124 named "com.five_ten_sg.connectbot.monitor.MonitorService". That | |
125 ensures that the monitor process is running, and should then | |
126 be listening on TCP port 6000 for incoming connections. The terminal | |
127 emulator then connects to the terminal monitor on port 6000. | |
128 The native android Intent and Service communication mechanisms | |
129 are not used. | |
130 </para> | |
131 | |
132 <para> | |
133 The messages exchanged between the terminal emulator and the | |
134 terminal monitor are arrays of uint16 values in network byte | |
135 order. Each message starts with a uint16 message byte length, | |
136 followed by that many bytes of data. Note that the message length | |
137 will always be even. The next uint16 contains the message | |
138 command value, and the remaining uint16 values are the arguments | |
139 if any for that command. | |
140 </para> | |
141 | |
142 <para> | |
143 Any arguments that are keystrokes or characters are represented | |
144 as 16 bit unicode. Note that the first 256 such characters are | |
145 identical to the ISO-8859-1 latin character set. | |
146 </para> | |
147 | |
148 <para> | |
149 INIT = 0 (TE -> Monitor). The argument is a string of uint16 | |
150 characters. The meaning of these characters is defined by the | |
151 monitor. It might be a fully qualified path name, or some other | |
152 data used by the monitor to drive the monitoring of this | |
153 connection. | |
154 </para> | |
155 | |
156 <para> | |
157 ACTIVATE = 1 (TE -> Monitor). The first argument is the | |
158 number of lines. The second argument is the number of columns. | |
159 That is followed by lines*columns uint16 character codes. | |
160 This connection is now the active connection. It is the | |
161 topmost (or only) window visible to the user - typed keystrokes | |
162 will be sent to the host on the other end of this connection. | |
163 </para> | |
164 | |
165 <para> | |
147
1350adb077b1
monitor key state tracking
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
166 KEYSTATE = 2 (TE -> Monitor). The argument is a single uint16 |
1350adb077b1
monitor key state tracking
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
167 value, 1 for key down, 0 for key up. The TE tracks a single special |
1350adb077b1
monitor key state tracking
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
168 key for the monitor, and reports key up/down state when it changes. |
1350adb077b1
monitor key state tracking
Carl Byington <carl@five-ten-sg.com>
parents:
73
diff
changeset
|
169 The actual key is configurable. |
0 | 170 </para> |
171 | |
172 <para> | |
173 CURSORMOVE = 3 (TE -> Monitor). | |
229
594101a0876a
add why argument on cursor updates
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
174 The first argument is the line number (0..23), |
594101a0876a
add why argument on cursor updates
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
175 the second argument is the column number (0..79), and the third |
594101a0876a
add why argument on cursor updates
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
176 argument is the reason for sending this cursor update. REASON=0 is |
594101a0876a
add why argument on cursor updates
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
177 from a previous CURSORREQUEST command. REASON=1 is a cursor update |
594101a0876a
add why argument on cursor updates
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
178 related to the previous SCREENCHANGE buffer update. REASON=2 is |
594101a0876a
add why argument on cursor updates
Carl Byington <carl@five-ten-sg.com>
parents:
225
diff
changeset
|
179 a cursor update caused by user keystrokes. |
0 | 180 </para> |
181 | |
182 <para> | |
183 SCREENCHANGE = 4 (TE -> Monitor). The first argument is the | |
184 number of lines. The second argument is the number of columns. | |
185 That is followed by lines*columns uint16 character codes. | |
186 </para> | |
187 | |
188 <para> | |
189 FIELDVALUE = 5 (TE -> Monitor). | |
190 SETFIELD = 5 (Monitor -> TE). | |
191 The first argument is the line number (0..23) | |
192 and the second argument is the column number (0..79). | |
193 That is followed by the field value, a sequence of uint16 | |
194 character codes from the screen buffer. The field | |
195 covers N columns, where N = (message length - 4) / 2. | |
196 When sent from the monitor to the emulator, this causes | |
197 the emulator to send the field codes to the host. This is | |
198 also used as the reply message from the emulator to the | |
199 monitor for a previous GETFIELD from the monitor. | |
200 </para> | |
201 | |
202 <para> | |
203 GETFIELD = 6 (Monitor -> TE). | |
204 The first argument is the line number (0..23) | |
205 and the second argument is the starting column number (0..79), | |
206 and the third argument is the field length in columns. | |
207 This command causes the emulator to send a FIELDVALUE message | |
208 back to the monitor. | |
209 </para> | |
210 | |
211 <para> | |
212 SCREENWATCH = 7 (Monitor -> TE). | |
213 The first argument is the line number (0..23) | |
214 and the second argument is the starting column number (0..79), | |
215 and the third argument is the field length in columns. | |
216 This command causes the emulator to watch the specified | |
217 part of the screen for changes. When that part of the screen | |
218 changes, the emulator will send a SCREENCHANGE message back | |
219 to the monitor. | |
220 </para> | |
221 | |
222 <para> | |
223 DEPRESS = 8 (Monitor -> TE). The argument is a single uint16 | |
224 value containing the vk_key value. This command causes the emulator | |
225 to simulate a keypress for that key. The codes are defined | |
160
4bccac50fd0b
update version number and documentation
Carl Byington <carl@five-ten-sg.com>
parents:
150
diff
changeset
|
226 <ulink url="http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731">here</ulink>. |
4bccac50fd0b
update version number and documentation
Carl Byington <carl@five-ten-sg.com>
parents:
150
diff
changeset
|
227 </para> |
4bccac50fd0b
update version number and documentation
Carl Byington <carl@five-ten-sg.com>
parents:
150
diff
changeset
|
228 |
4bccac50fd0b
update version number and documentation
Carl Byington <carl@five-ten-sg.com>
parents:
150
diff
changeset
|
229 <para> |
4bccac50fd0b
update version number and documentation
Carl Byington <carl@five-ten-sg.com>
parents:
150
diff
changeset
|
230 SHOWURL = 9 (Monitor -> TE). The single argument is a sequence |
4bccac50fd0b
update version number and documentation
Carl Byington <carl@five-ten-sg.com>
parents:
150
diff
changeset
|
231 of uint16 character codes forming a URL to be displayed. |
0 | 232 </para> |
206
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
233 |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
234 <para> |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
235 SWITCHSESSION = 10 (Monitor -> TE). There are no arguments. The TE |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
236 should display this session. |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
237 </para> |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
238 |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
239 <para> |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
240 CURSORREQUEST = 11 (Monitor -> TE). There are no arguments. The TE |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
241 should send a CURSORMOVE update to the monitor. Cursor movement caused |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
242 by SETFIELD or DEPRESS commands does not trigger CURSORMOVE updates |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
243 in block mode (tn5250) sessions. Those commands do trigger CURSORMOVE |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
244 updates in async mode (telnet, ssh) sessions. |
f60d4b1e8c39
add cursor request command to the TE
Carl Byington <carl@five-ten-sg.com>
parents:
160
diff
changeset
|
245 </para> |
0 | 246 </refsect1> |
247 | |
248 <refsect1 id='todo.1'> | |
249 <title>TODO</title> | |
250 <para> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
251 The tn5250 ssl/tls key storage should use the same storage mechanism |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
252 as the base ssh key storage. |
0 | 253 </para> |
272
ce2f4e397703
document encryption settings for 5250 emulation
Carl Byington <carl@five-ten-sg.com>
parents:
270
diff
changeset
|
254 <para> |
ce2f4e397703
document encryption settings for 5250 emulation
Carl Byington <carl@five-ten-sg.com>
parents:
270
diff
changeset
|
255 com.trilead.ssh2 should be updated to the ganymed fork at ch.ethz.ssh2. |
ce2f4e397703
document encryption settings for 5250 emulation
Carl Byington <carl@five-ten-sg.com>
parents:
270
diff
changeset
|
256 </para> |
0 | 257 </refsect1> |
258 | |
259 <refsect1 id='copyright.1'> | |
260 <title>Copyright</title> | |
261 <para> | |
262 Copyright (C) 2014 by 510 Software Group <carl@five-ten-sg.com> | |
263 </para> | |
264 <para> | |
265 This program is free software; you can redistribute it and/or modify it | |
266 under the terms of the GNU General Public License as published by the | |
267 Free Software Foundation; either version 3, or (at your option) any | |
268 later version. | |
269 </para> | |
270 <para> | |
271 You should have received a copy of the GNU General Public License along | |
272 with this program; see the file COPYING. If not, please write to the | |
273 Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | |
274 </para> | |
275 </refsect1> | |
276 | |
277 <refsect1 id='credits.1'> | |
278 <title>Credits</title> | |
279 <para> | |
280 Based on VX Connectbot provided under the Apache | |
281 License, Version 2.0. Copyright (C) 2012 Martin | |
282 Matuska http://connectbot.vx.sk | |
283 </para> | |
284 <para> | |
285 Based on Irssiconnectbot provided under the Apache | |
286 License, Version 2.0. Copyright (C) 2013 | |
287 Iiro Uusitalo and Ville Kerminen | |
288 https://github.com/irssiconnectbot/irssiconnectbot | |
289 </para> | |
290 <para> | |
291 Based on ConnectBot provided under the Apache License, | |
292 Version 2.0. Copyright (C) 2007-2008 Kenny Root | |
293 http://the-b.org and Jeffrey Sharkey http://jsharkey.org | |
294 </para> | |
295 <para> | |
296 Based on the Trilead SSH2 client provided | |
297 under a BSD-style license. Copyright (C) 2007 Trilead | |
298 AG. http://www.trilead.com | |
299 </para> | |
300 <para> | |
301 Based on JTA Telnet/SSH client provided under the | |
302 GPLv2 license. Copyright (C) 1996-2005 Matthias L. Jugel and | |
303 Marcus Meiner. http://www.javassh.org | |
304 </para> | |
305 <para> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
306 Based on TN5250J terminal emulator provided under the GPLv2 |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
307 license. Copyright (C) 2001 Kenneth J. Pouncey. |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
308 http://tn5250j.sourceforge.net/ |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
309 </para> |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
310 <para> |
0 | 311 Includes the JSOCKS library, provided |
312 under the GNU LGPL license. http://jsocks.sourceforge.net | |
313 </para> | |
314 <para> | |
315 Includes JZlib provided under a BSD-style | |
316 license. Copyright (C) 2000-2004 JCraft, Inc. | |
317 http://www.jcraft.com | |
318 </para> | |
319 <para> | |
320 Includes the ssh-agent service developed by Roberto | |
321 Tyley https://github.com/rtyley | |
322 </para> | |
323 <para> | |
324 SCP file transfer support is based on | |
325 https://github.com/staktrace/connectbot/commits/filetransfer | |
326 modifications by Kartikaya Gupta. | |
327 </para> | |
73
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
328 <para> |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
329 Internal file selection dialog is based on Android File |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
330 Dialog by Alexander Ponomarev, provided under a BSD-style |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
331 license. |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
332 http://code.google.com/p/android-file-dialog |
accf93be8c12
update documentation; use xterm-256color as default terminal type
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
333 </para> |
0 | 334 </refsect1> |
335 | |
336 <refsect1 id='version.1'> | |
337 <title>Version</title> | |
338 <para> | |
339 @VERSION@ | |
340 </para> | |
341 </refsect1> | |
342 </refentry> | |
343 | |
268 | 344 <refentry id="x@PACKAGE@.5"> |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
345 <refentryinfo> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
346 <date>2014-07-15</date> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
347 <author> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
348 <firstname>Carl</firstname> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
349 <surname>Byington</surname> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
350 <affiliation><orgname>510 Software Group</orgname></affiliation> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
351 </author> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
352 </refentryinfo> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
353 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
354 <refmeta> |
270
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
355 <refentrytitle>deployment.connections</refentrytitle> |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
356 <manvolnum>5</manvolnum> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
357 <refmiscinfo>@PACKAGE@ @VERSION@</refmiscinfo> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
358 </refmeta> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
359 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
360 <refnamediv id='name.5'> |
270
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
361 <refname>deployment.connections</refname> |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
362 <refpurpose>deployment file for @PACKAGE@</refpurpose> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
363 </refnamediv> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
364 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
365 <refsect1 id='description.5'> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
366 <title>Description</title> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
367 |
270
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
368 <para>The <command>deployment.connections</command> file |
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
369 is show by this example. If this file exists at the top |
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
370 level of the external storage (as returned by |
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
371 Environment.getExternalStorageDirectory().getAbsolutePath()), |
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
372 it is read, parsed, and deleted. Comments start with # |
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
373 and extend to the end of the line. |
45d1fcc1a356
document deployment.connections usage
Carl Byington <carl@five-ten-sg.com>
parents:
268
diff
changeset
|
374 </para> |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
375 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
376 <literallayout class="monospaced"><![CDATA[ |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
377 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
378 # available host keys: |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
379 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
380 # nickname (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
381 # color (string) ("red", "green", "blue", "gray") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
382 # fontsize (float) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
383 # fixed_size (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
384 # fixed_width (integer) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
385 # fixed_height (integer) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
386 # pubkeyid (integer) (-2, -1) -2=none, -1=any |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
387 # useauthagent (string) ("no", "confirm", "yes") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
388 # postlogin (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
389 # compression (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
390 # httpproxy (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
391 # wantsession (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
392 # stayconnected (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
393 # delkey (string) ("del", "backspace") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
394 # encoding (string) ("UTF-8", etc) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
395 # username (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
396 # hostname (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
397 # port (integer) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
398 # monitor (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
399 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen", or other answerback string) |
272
ce2f4e397703
document encryption settings for 5250 emulation
Carl Byington <carl@five-ten-sg.com>
parents:
270
diff
changeset
|
400 # encryption5250 (string) ("NONE", "SSLv2", "SSLv3", "TLS") |
262
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
401 # library5250 (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
402 # menu5250 (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
403 # program5250 (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
404 # wantx11forward (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
405 # x11host (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
406 # x11port (integer) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
407 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
408 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
409 tn5250://pub1.rzkh.de:23#battleship |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
410 encryption5250=NONE |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
411 fontsize=20 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
412 fixed_size=true |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
413 fixed_width=80 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
414 fixed_height=25 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
415 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
416 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
417 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
418 # global settings are under global:// tag |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
419 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
420 # available global keys: |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
421 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
422 # memkeys (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
423 # connPersist (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
424 # emulation (string) ("xterm-color", "xterm-256color", "xterm", "vt100", "ansi", "screen") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
425 # scrollback (integer) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
426 # rotation (string) ("Default", "Force landscape", "Force portrait", "Automatic") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
427 # shiftfkeys (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
428 # ctrlfkeys (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
429 # keymode (string) ("Use right-side keys", "Use left-side keys", "none") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
430 # camera (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
431 # volup (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
432 # voldn (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
433 # search (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
434 # ptt (string) ("CTRL", "Esc", "Tab", "Screen Capture", "Ctrl+A then Space", "Ctrl+A", "Esc+A", "Monitor Key", "Soft Function Keypad", "Increase Font Size", "Decrease Font Size", "None") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
435 # keepalive (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
436 # wifilock (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
437 # bumpyarrows (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
438 # extended_longpress (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
439 # ctrl_string (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
440 # picker_string (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
441 # picker_keep_open (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
442 # list_custom_keymap (string) ("none", "full", "asus_tf", "sgh_i927", "sgh_i927_ics", "se_xppro") |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
443 # bell (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
444 # bellVolume (float) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
445 # bellVibrate (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
446 # bellNotification (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
447 # screen_capture_folder (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
448 # screen_capture_popup (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
449 # file_dialog (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
450 # download_folder (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
451 # remote_upload_folder (string) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
452 # upload_dest_prompt (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
453 # background_file_transfer (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
454 # debug_keycodes (boolean) |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
455 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
456 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
457 global:// |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
458 emulation=xterm-256color |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
459 scrollback=200 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
460 rotation=Force landscape |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
461 camera=None |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
462 volup=Soft Function Keypad |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
463 voldn=Tab |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
464 search=None |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
465 ptt=Monitor Key |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
466 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
467 # |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
468 # end |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
469 ]]></literallayout> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
470 </refsect1> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
471 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
472 <refsect1 id='version.5'> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
473 <title>Version</title> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
474 <para> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
475 @VERSION@ |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
476 </para> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
477 </refsect1> |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
478 |
db26984b69f5
update version; add cursor movement keys to the soft function keypad
Carl Byington <carl@five-ten-sg.com>
parents:
258
diff
changeset
|
479 </refentry> |
0 | 480 </reference> |