comparison xml/510connectbot.in @ 466:12e2d9dd95df stable-1.9.3-6

add delete_deployment and autolaunch keys to the deployment.connections file
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Sep 2019 09:24:55 -0700
parents 7c8aebcc882a
children 2cc170e3fc9b
comparison
equal deleted inserted replaced
465:7c8aebcc882a 466:12e2d9dd95df
355 355
356 <para>The <command>deployment.connections</command> sample 356 <para>The <command>deployment.connections</command> sample
357 file is below. If this file exists at the top 357 file is below. If this file exists at the top
358 level of the external storage (as returned by 358 level of the external storage (as returned by
359 Environment.getExternalStorageDirectory().getAbsolutePath()), 359 Environment.getExternalStorageDirectory().getAbsolutePath()),
360 it is read, parsed, and deleted. Comments start with # 360 it is read, parsed, and optionally deleted. Comments start with #
361 and extend to the end of the line. 361 and extend to the end of the line.
362 </para>
363
364 <para>
365 The deployment file is deleted unless it contains "delete_deployment=false"
366 in the global options section. In that case, the file remains, and
367 it is read and parsed every time the app is launched.
362 </para> 368 </para>
363 369
364 <literallayout class="monospaced"><![CDATA[ 370 <literallayout class="monospaced"><![CDATA[
365 # 371 #
366 # available host keys: 372 # available host keys:
390 # menu5250 (string) 396 # menu5250 (string)
391 # program5250 (string) 397 # program5250 (string)
392 # wantx11forward (boolean) 398 # wantx11forward (boolean)
393 # x11host (string) 399 # x11host (string)
394 # x11port (integer) 400 # x11port (integer)
395 401 # autolaunch (boolean)
396 402
397 tn5250://pub1.rzkh.de:23#battleship 403
404 tn5250://pub400.com:23#battleship
398 encryption5250=NONE 405 encryption5250=NONE
399 fontsize=20 406 fontsize=20
400 fixed_size=true 407 fixed_size=true
401 fixed_width=80 408 fixed_width=80
402 fixed_height=25 409 fixed_height=25
439 # download_folder (string) 446 # download_folder (string)
440 # remote_upload_folder (string) 447 # remote_upload_folder (string)
441 # upload_dest_prompt (boolean) 448 # upload_dest_prompt (boolean)
442 # background_file_transfer (boolean) 449 # background_file_transfer (boolean)
443 # debug_keycodes (boolean) 450 # debug_keycodes (boolean)
451 # delete_deployment (boolean)
444 # 452 #
445 453
446 global:// 454 global://
447 emulation=xterm-256color 455 emulation=xterm-256color
448 scrollback=200 456 scrollback=200