comparison xml/510connectbot.in @ 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 9ff443085f00
children 2eb4fa13b9ef
comparison
equal deleted inserted replaced
472:9ff443085f00 473:ece82b571900
477 # remote_upload_folder (string) 477 # remote_upload_folder (string)
478 # upload_dest_prompt (boolean) 478 # upload_dest_prompt (boolean)
479 # background_file_transfer (boolean) 479 # background_file_transfer (boolean)
480 # debug_keycodes (boolean) 480 # debug_keycodes (boolean)
481 # delete_deployment (boolean) 481 # delete_deployment (boolean)
482 # fg_color (integer) (1 based just as shown by color activity)
483 # bg_color (integer) (1 based just as shown by color activity)
482 # 484 #
483 485
484 global:// 486 global://
485 emulation=xterm-256color 487 emulation=xterm-256color
486 scrollback=200 488 scrollback=200
489 volup=Soft Function Keypad 491 volup=Soft Function Keypad
490 voldn=Tab 492 voldn=Tab
491 search=None 493 search=None
492 ptt=Monitor Key 494 ptt=Monitor Key
493 eula=true 495 eula=true
496 fg_color=11
497 bg_color=1
494 498
495 # 499 #
496 # end 500 # end
497 ]]></literallayout> 501 ]]></literallayout>
498 </refsect1> 502 </refsect1>