comparison deployment.connections @ 473:ece82b571900

add fg/bg color setting to global:// section of deployment.connections file
author Carl Byington <carl@five-ten-sg.com>
date Sun, 20 Oct 2019 14:05:29 -0700
parents 93621e963303
children 2eb4fa13b9ef
comparison
equal deleted inserted replaced
472:9ff443085f00 473:ece82b571900
26 # menu5250 (string) 26 # menu5250 (string)
27 # program5250 (string) 27 # program5250 (string)
28 # wantx11forward (boolean) 28 # wantx11forward (boolean)
29 # x11host (string) 29 # x11host (string)
30 # x11port (integer) 30 # x11port (integer)
31 # autolaunch (boolean)
31 32
32 33
33 tn5250://pub1.rzkh.de:23#battleship 34 tn5250://pub400.com:23#battleship
34 encryption5250=NONE 35 encryption5250=NONE
35 fontsize=20 36 fontsize=20
36 fixed_size=true 37 fixed_size=true
37 fixed_width=80 38 fixed_width=80
38 fixed_height=25 39 fixed_height=25
75 # download_folder (string) 76 # download_folder (string)
76 # remote_upload_folder (string) 77 # remote_upload_folder (string)
77 # upload_dest_prompt (boolean) 78 # upload_dest_prompt (boolean)
78 # background_file_transfer (boolean) 79 # background_file_transfer (boolean)
79 # debug_keycodes (boolean) 80 # debug_keycodes (boolean)
81 # delete_deployment (boolean)
82 # fg_color (integer) (1 based just as shown by color activity)
83 # bg_color (integer) (1 based just as shown by color activity)
80 # 84 #
81 85
82 global:// 86 global://
83 emulation=xterm-256color 87 emulation=xterm-256color
84 scrollback=200 88 scrollback=200
87 volup=Soft Function Keypad 91 volup=Soft Function Keypad
88 voldn=Tab 92 voldn=Tab
89 search=None 93 search=None
90 ptt=Monitor Key 94 ptt=Monitor Key
91 eula=true 95 eula=true
96 fg_color=11
97 bg_color=1
92 98
93 # 99 #
94 # end 100 # end