mirror of
https://github.com/veeso/termscp.git
synced 2026-07-14 20:13:46 +02:00
Migrate the transfer progress UI to tuirealm 4, where the stdlib `ProgressBar` widget was dropped, by rebuilding the dual-bar panel on top of `Gauge`. - Restore the unified two-bar look: the full bar (top) and partial bar (bottom) draw joined borders so they read as a single panel; a single file shows one fully-bordered bar. - Redraw on every file boundary in the send/recv queue loops so the full bar's (N/total) counter advances even for small files that finish within one in-loop redraw interval. - Track progress with a single `TransferProgress` (exact file count from the pre-scan, lazy partial/full computation) and consolidate the theme progress-bar fields.
28 lines
972 B
TOML
28 lines
972 B
TOML
auth_address = "LightYellow"
|
|
auth_bookmarks = "springgreen"
|
|
auth_password = "deepskyblue"
|
|
auth_port = "LightCyan"
|
|
auth_protocol = "LightGreen"
|
|
auth_recents = "aquamarine"
|
|
auth_username = "hotpink"
|
|
misc_error_dialog = "orangered"
|
|
misc_info_dialog = "LightYellow"
|
|
misc_input_dialog = "snow"
|
|
misc_keys = "LightCyan"
|
|
misc_quit_dialog = "LightYellow"
|
|
misc_save_dialog = "LightCyan"
|
|
misc_warn_dialog = "tomato"
|
|
transfer_local_explorer_background = "Default"
|
|
transfer_local_explorer_foreground = "Default"
|
|
transfer_local_explorer_highlighted = "Yellow"
|
|
transfer_log_background = "Default"
|
|
transfer_log_window = "lawngreen"
|
|
transfer_progress_bar_full = "lawngreen"
|
|
transfer_progress_bar_partial = "lawngreen"
|
|
transfer_remote_explorer_background = "Default"
|
|
transfer_remote_explorer_foreground = "Default"
|
|
transfer_remote_explorer_highlighted = "turquoise"
|
|
transfer_status_hidden = "deepskyblue"
|
|
transfer_status_sorting = "LightYellow"
|
|
transfer_status_sync_browsing = "LightGreen"
|